bind
- Update to release 9.18.28
  Bug Fixes:
  * Command-line options for IPv4-only (named -4) and IPv6-only
    (named -6) modes are now respected for zone primaries,
    also-notify, and parental-agents.
  * An RPZ response’s SOA record TTL was set to 1 instead of the
    SOA TTL, if add-soa was used. This has been fixed.
  * When a query related to zone maintenance (NOTIFY, SOA) timed
    out close to a view shutdown (triggered e.g. by rndc reload),
    named could crash with an assertion failure. This has been
    fixed.
  * The statistics channel counters that indicated the number of
    currently connected TCP IPv4/IPv6 clients were not properly
    adjusted in certain failure scenarios. This has been fixed.
  * Some servers that could not be reached due to EHOSTDOWN or
    ENETDOWN conditions were incorrectly prioritized during server
    selection. These are now properly handled as unreachable.
  * On some systems the libuv call may return an error code when
    sending a TCP reset for a connection, which triggers an
    assertion failure in named. This error condition is now dealt
    with in a more graceful manner, by logging the incident and
    shutting down the connection.
  * Changes to listen-on statements were ignored on reconfiguration
    unless the port or interface address was changed, making it
    impossible to change a related listener transport type. That
    issue has been fixed.
  * A bug in the keymgr code unintentionally slowed down some
    DNSSEC key rollovers. This has been fixed.
  * Some ISO 8601 durations were accepted erroneously, leading to
    shorter durations than expected. This has been fixed
  * A regression in cache-cleaning code enabled memory use to grow
    significantly more quickly than before, until the configured
    max-cache-size limit was reached. This has been fixed.
  * Using rndc flush inadvertently caused cache cleaning to become
    less effective. This could ultimately lead to the configured
    max-cache-size limit being exceeded and has now been fixed.
  * The logic for cleaning up expired cached DNS records was
    tweaked to be more aggressive. This change helps with enforcing
    max-cache-ttl and max-ncache-ttl in a timely manner.
  * It was possible to trigger a use-after-free assertion when the
    overmem cache cleaning was initiated. This has been fixed.
  New Features:
  * A new option signatures-jitter has been added to dnssec-policy
    to allow signature expirations to be spread out over a period
    of time.
  * The statistics channel now includes counters that indicate the
    number of currently connected TCP IPv4/IPv6 clients.
  * Added RESOLVER.ARPA to the built in empty zones.
  Feature Changes:
  * DNSSEC signatures that are not valid because the current time
    falls outside the signature inception and expiration dates are
    skipped instead of causing an immediate validation failure.
  Security Fixes:
  * A malicious DNS client that sent many queries over TCP but
    never read the responses could cause a server to respond slowly
    or not at all for other clients. This has been fixed.
    (CVE-2024-0760)
    [bsc#1228255]
  * It is possible to craft excessively large resource records
    sets, which have the effect of slowing down database
    processing. This has been addressed by adding a configurable
    limit to the number of records that can be stored per name and
    type in a cache or zone database. The default is 100, which can
    be tuned with the new max-records-per-type option.
  * It is possible to craft excessively large numbers of resource
    record types for a given owner name, which has the effect of
    slowing down database processing. This has been addressed by
    adding a configurable limit to the number of records that can
    be stored per name and type in a cache or zone database. The
    default is 100, which can be tuned with the new
    max-types-per-name option. (CVE-2024-1737)
    [bsc#1228256]
  * Validating DNS messages signed using the SIG(0) protocol (RFC
    2931) could cause excessive CPU load, leading to a
    denial-of-service condition. Support for SIG(0) message
    validation was removed from this version of named.
    (CVE-2024-1975)
    [bsc#1228257]
  * Due to a logic error, lookups that triggered serving stale data
    and required lookups in local authoritative zone data could
    have resulted in an assertion failure. This has been fixed.
  * Potential data races were found in our DoH implementation,
    related to HTTP/2 session object management and endpoints set
    object management after reconfiguration. These issues have been
    fixed.
  * When looking up the NS records of parent zones as part of
    looking up DS records, it was possible for named to trigger an
    assertion failure if serve-stale was enabled. This has been
    fixed. (CVE-2024-4076)
    [bsc#1228258]
docker
[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 a fix for CVE-2024-41110. bsc#1228324
- 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

- 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

[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
- 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.
dracut
- Update to version 059+suse.527.g7870f083:
  * 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)
  * fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690)
kernel-default
- HID: wacom: Modify pen IDs (git-fixes).
- commit 9c450d7

- Move upstreamed ASoC patch into sorted section
- commit adae4df

- 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

- 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

- 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

- 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

- 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

- 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

- ima: Avoid blocking in RCU read-side critical section (bsc#1227803, CVE-2024-40947).
- commit 6fea688

- 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

- blacklist.conf: This patch gets reverted
- commit c490f33

- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes).
- commit 907534d

- blacklist.conf: Remove dead-end revert
  We never merged the buggy upstream fix.
- commit 9b319fd

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

- netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757 CVE-2024-39504).
- commit becdc7a

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

- blacklist.conf: ("arm64: dts: freescale: imx8mm-verdin: Fix GPU speed")
- commit ea9f475

- 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

- 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

- 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

- 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

- 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

- blacklist.conf: add 54cbc058d86b
  commit 54cbc058d86b ("fs/aio: Make io_cancel() generate completions
  again") was later reverted upstream by commit 28468cbed92e, so blacklist
  it.
- commit bc9be4f

- 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

- 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

- blacklist.conf: feature, not fix
- commit 7a64b31

- 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

- blacklist.conf: add not-relevant tracing fixes
- commit b158327

- 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

- 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

- 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

- 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

- 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

- 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

- blacklist.conf: Blacklist useless revert
- commit 0a21e69

- 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

- 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

- 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

- 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

- 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

- 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

- blacklist.conf: Add d988d9a9b9d1 panic: Flush kernel log buffer at the end
- commit 0ce2686

- 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

- 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

- blacklist.conf: 9cb46b31f3d0 drm/xe/xe_migrate: Cast to output precision before multiplying operands
- commit d95545e

- 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

- 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

- 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

- 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

- 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

- gpiolib: cdev: Disallow reconfiguration without direction
  (uAPI v1) (git-fixes).
- gpio: davinci: Validate the obtained number of IRQs (git-fixes).
- commit 919ebd1

- 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

- blacklist: drop the wifi entries to be backported
- commit 891934b

- 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

- 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

- 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

- 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

- 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

- blacklist.conf: Blacklist invalid commit (git-fixes)
  We don't support CPU_MITIGATIONS hence to need for this logic
- commit 6899966

- 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

- 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

- 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

- 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

- blacklist.conf: Add 6fb454606153 sched: Simplify tg_set_cfs_bandwidth()
- commit 4e56705

- 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

- cachefiles: remove requests from xarray during flushing requests
  (bsc#1226588).
- commit b238f81

- blacklist.conf: add ppdev cleanup
- commit 58ce126

- 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

- 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

- 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

- 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

- 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

- 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
curl
- Security fix: [bsc#1228535, CVE-2024-7264]
  * curl: ASN.1 date parser overread
  * Add curl-CVE-2024-7264.patch

- Security fix: [bsc#1227888, CVE-2024-6197]
  * Freeing stack buffer in utf8asn1str
  * x509asn1: remove superfluous free()
  * Add curl-CVE-2024-6197.patch
libnvme
- Update to version 1.8+39.ge289971:
  * linux: update TLS version 1 PSK derivation (bsc#1228376)
  * test: add hostnqn lookup test (bsc#1226216)
  * tree: add helper to lookup hostnqn/hostid (bsc#1226216)
  * fabrics: extend hostnqn/hostid variable inject interface (bsc#1226216)
  * test: add config-pcie-with-tcp-config test case (bsc#1226216)
  * test: add config dump test (bsc#1226216)
  * test: revamp sysfs tree dump test (bsc#1226216)
  * json: filter out pcie transport (bsc#1226216)
  * tree: preserve parsing order of a config file (bsc#1226216)
  * test: use diff to compare sysfs output (bsc#1226216)
  * libnvme: Introduce functions to generate host identifier and host NQN (bsc#1226216)
  * linux: add nvme_revoke_tls_key (bsc#1226197)
  * libnvme: add missing symbol nvme_scan_tls_keys (bsc#1226197)
- refresh 0001-build-disable-sysfs-test.patch
oniguruma
- Added oniguruma-6.8.2-CVE-2019-13225-fix.patch (boo#1141157 CVE-2019-13225)
  oniguruma: null-pointer dereference in match_at() in regexec.c
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

- Build with enabled sm2 and sm4 support [bsc#1222899]

- Add reproducible.patch to fix bsc#1223336
  aes-gcm-avx512.pl: fix non-reproducibility issue
systemd
- Import commit 957aeb6452837326866e1f89092e6d0e0665fc10 (merge of v254.15)
  For a complete list of changes, visit:
  https://github.com/openSUSE/systemd/compare/ea63a23a20292d4136612808bc8777db283d0bca...957aeb6452837326866e1f89092e6d0e0665fc10

- Import commit ea63a23a20292d4136612808bc8777db283d0bca (merge of v254.14)
- Drop 5013-Revert-run-pass-the-pty-slave-fd-to-transient-servic.patch as
  v254.14 contains the workaround (commit e2d6762fa3fca4bf) for the broken
  commit 28459ba1f4df.
shadow
- bsc#1228770: Fix not copying of skel files
  Update shadow-CVE-2013-4235.patch

- bsc#916845 (CVE-2013-4235): Fix TOCTOU race condition
  Add shadow-CVE-2013-4235.patch
nvme-cli
- Update to version 2.8+43.g1d9dae6:
  * nvme: avoid segfault in show-topology (bsc#1226197)
  * 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: Always pass hostid and hostnqn (bsc#1226216)
  * fabrics: Make some symbols public (bsc#1226216)
  * completion: add support for tls-key (bsc#1226197)
  * doc: add tls-key --revoke documentation (bsc#1226197)
  * doc: fix tls-key --keyfile shorthand (bsc#1226197)
  * build: sort documentation files entries (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: 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)
  * nvme: use cleanup helper for nvme_root_t objects (bsc#1226197)
  * nvme: add new function 'tls_key' (bsc#1226197)
  * completions: Fix _nvme indentation errors (bsc#1226197)
  * completions: Fix bash-nvme-completion.sh indentation errors (bsc#1226197)
- Always build documentation
openssh
- Remove empty line at the end of sshd-sle.pamd (bsc#1227456)

- 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

- 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).
- Add #include <stdlib.h> in some files added by the ldap patch to
  fix build with gcc14 (boo#1225904).
  * openssh-7.7p1-ldap.patch
- 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).
permissions
- New branch for SLE-15-SP6
- Update to version 20240801:
  * cockpit: moved setuid executable (bsc#1228548)
python3-lxml
- Add libexpat-2.6.0-backport.patch to fix compatibility with system
  libexpat in tests (bsc#1222075, CVE-2023-52425).
python-urllib3
- Add CVE-2024-37891.patch (bsc#1226469, CVE-2024-37891)
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 system getting
  too many mount notifications. bsc#1214960
  + 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch
sudo
- Fix Wrong permissions on /usr/share/polkit-1/rules.d (bsc#1227574)
suse-build-key
- added missing ; in shell script (bsc#1227681)

- Added new keys of the SLE Micro 6.0 / SLES 16 series, and auto import
  them. (bsc#1227429)
  gpg-pubkey-09d9ea69-645b99ce.asc: Main SLE Micro 6/SLES 16 key
  gpg-pubkey-73f03759-626bd414.asc: Backup SLE Micro 6/SLES 16 key.
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)

- 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
wicked
- Update to version 0.6.76
  - compat-suse: warn user and create missing parent config of
    infiniband children (gh#openSUSE/wicked#1027)
  - client: fix origin in loaded xml-config with obsolete port
    references but missing port interface config, causing a
    no-carrier of master (bsc#1226125)
  - ipv6: fix setup on ipv6.disable=1 kernel cmdline (bsc#1225976)
  - wireless: add frequency-list in station mode (jsc#PED-8715)
  - client: fix crash while hierarchy traversing due to loop in
    e.g. systemd-nspawn containers (bsc#1226664)
  - man: add supported bonding options to ifcfg-bonding(5) man page
    (gh#openSUSE/wicked#1021)
  - arputil: Document minimal interval for getopts (gh#openSUSE/wicked#1019)
  - man: (re)generate man pages from md sources (gh#openSUSE/wicked#1018)
  - client: warn on interface wait time reached (gh#openSUSE/wicked#1017)
  - compat-suse: fix dummy type detection from ifname to not cause
    conflicts with e.g. correct vlan config on dummy0.42 interfaces
    (gh#openSUSE/wicked#1016)
  - compat-suse: fix infiniband and infiniband child type detection
    from ifname (gh#openSUSE/wicked#1015)
- Removed patches included in the source archive:
  [- 0001-ifreload-pull-UP-again-on-master-lower-changes-bsc1224100.patch]
  [- 0002-increase-arp-retry-attempts-on-sending-bsc1218668.patch]