commit 94c33933ba969ed56cfd0f2341cd6c7b997ece12 Author: Adrian Schröter Date: Thu Jan 9 12:29:07 2025 +0100 Sync from SUSE:ALP:Source:Standard:1.0 SL-Micro-6.0-versioned-1726752130 revision b3eb27db2bc4d3aa2a5e211bbce3b1e9 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fecc750 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..301b30d --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# +# snapshot repository emulator +# + +This is generating a package with the goal to enforce defined +versions of a package based on a given updateinfo.xml file. + +Goals: + * Do not enforce the installation of a package + * But when installed, it must be a certain version + +This is currently implemented via conflicts due to unknown +reasons. + +Shouldn't these be conditional requires instead? +eg.: + + Requires: abcd-1.2.3 if abcd + +? + +################### +##### WARNING ##### +################### + +Do *NOT* use this package for any image or container. You +won't be able to build it or only for a very short time frame. + +################### +##### WARNING ##### +################### + + diff --git a/SL-Micro-6.0-versioned-1726752130.changes b/SL-Micro-6.0-versioned-1726752130.changes new file mode 100644 index 0000000..793aacc --- /dev/null +++ b/SL-Micro-6.0-versioned-1726752130.changes @@ -0,0 +1,7 @@ +------------------------------------------------------------------- +Tue Oct 8 09:37:51 UTC 2024 - Adrian Schröter + +- initial demo package jsc#SMO-333 +- python code is from Jiri, just added argument handling and + made it executable for python3 + diff --git a/SL-Micro-6.0-versioned-1726752130.spec b/SL-Micro-6.0-versioned-1726752130.spec new file mode 100644 index 0000000..ebceca5 --- /dev/null +++ b/SL-Micro-6.0-versioned-1726752130.spec @@ -0,0 +1,80 @@ +# +# spec file for package meta-package +# +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# The package name needs to include the version to avoid automatic updates +%define snapshot_version 1726752130 +Name: SL-Micro-6.0-versioned-%snapshot_version +Version: %snapshot_version +Release: 0 +Summary: Repository snapshot enforcement +License: GPLv2 +Source1: generate_requires.py +Source2: README.md +Source3: aarch64.updateinfo.xml +Source4: s390x.updateinfo.xml +Source5: x86_64.updateinfo.xml +# old, not used +Source100: generate_conflicts.py +# just for source rpm check +Source101: update.sh +BuildRequires: python311 + +# generate_requires.py updateinfo.xml [not_newer_than_in_unixtime] +%ifarch aarch64 +%( python3.11 %{S:1} %{S:3} ) +%endif +%ifarch s390x +%( python3.11 %{S:1} %{S:4} ) +%endif +%ifarch x86_64 +%( python3.11 %{S:1} %{S:5} ) +%endif + +%description +# +# snapshot repository emulator +# + +This is generating a package with the goal to enforce defined +versions of a package based on a given updateinfo.xml file. + +Goals: + * Do not enforce the installation of a package + * But when installed, it must be a certain version + * Additional packages are still possible + +################### +##### WARNING ##### +################### + +Do *NOT* use this package for any image or container. You +won't be able to build it or only for a very short time frame. + +################### +##### WARNING ##### +################### + +%prep +%setup -c -T +cp %{SOURCE2} . + +%install + +%files +%doc README.md + +%changelog diff --git a/aarch64.updateinfo.xml b/aarch64.updateinfo.xml new file mode 100644 index 0000000..bb74001 --- /dev/null +++ b/aarch64.updateinfo.xml @@ -0,0 +1,16008 @@ + + + SUSE-SLE-Micro-6.0-17 + Recommended update for cockpit + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cockpit fixes the following issues: + +- Support for watching lastlog2 and wtpmdb. (bsc#1220551) + + + + + + cockpit-309-6.1.aarch64.rpm + + + cockpit-309-6.1.src.rpm + + + cockpit-bridge-309-6.1.aarch64.rpm + + + cockpit-bridge-debuginfo-309-6.1.aarch64.rpm + + + cockpit-debuginfo-309-6.1.aarch64.rpm + + + cockpit-debugsource-309-6.1.aarch64.rpm + + + cockpit-networkmanager-309-6.1.noarch.rpm + + + cockpit-selinux-309-6.1.noarch.rpm + + + cockpit-storaged-309-6.1.noarch.rpm + + + cockpit-system-309-6.1.noarch.rpm + + + cockpit-ws-309-6.1.aarch64.rpm + + + cockpit-ws-debuginfo-309-6.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-18 + Security update for nghttp2 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for nghttp2 fixes the following issues: + +- CVE-2024-28182: Fixed denial of service via http/2 continuation frames (bsc#1221399) + + + + + libnghttp2-14-1.52.0-5.1.aarch64.rpm + + + libnghttp2-14-debuginfo-1.52.0-5.1.aarch64.rpm + + + nghttp2-1.52.0-5.1.src.rpm + + + nghttp2-debugsource-1.52.0-5.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-2 + Recommended update for cloud-init + important + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cloud-init fixes the following issue: + +- skip renames if the device is already present (bsc#1219680) + + + + + cloud-init-23.3-7.1.aarch64.rpm + + + cloud-init-23.3-7.1.src.rpm + + + cloud-init-config-suse-23.3-7.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-39 + Recommended update for salt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for salt fixes the following issues: + +- Fix rich rule comparison in firewalld module (bsc#1222684) +- test_vultrpy: adjust test expectation to prevent failure after Debian 10 EOL +- Make auth.pam more robust with Salt Bundle and fix tests +- Fix performance of user.list_groups with many remote groups +- Fix "status.diskusage" function and exclude some tests for Salt Bundle +- Skip certain tests if necessary for some OSes and set flaky ones +- Add a timer to delete old env post update for venv-minion +- Several fixes for tests to avoid errors and failures in some OSes +- Speed up salt.matcher.confirm_top by using __context__ +- Do not call the async wrapper calls with the separate thread +- Prevent OOM with high amount of batch async calls (bsc#1216063) +- Add missing contextvars dependency in salt.version +- Skip tests for unsupported algorithm on old OpenSSL version +- Remove redundant `_file_find` call to the master +- Prevent possible exception in tornado.concurrent.Future._set_done +- Make reactor engine less blocking the EventPublisher +- Make salt-master self recoverable on killing EventPublisher +- Improve broken events catching and reporting +- Make logging calls lighter +- Remove unused import causing delays on starting salt-master +- Mark python3-CherryPy as recommended package for the testsuite +- Make "man" a recommended package instead of required +- Convert oscap output to UTF-8 +- Make Salt compatible with Python 3.11 +- Ignore non-ascii chars in oscap output (bsc#1219001) +- Fix detected issues in Salt tests when running on VMs +- Make importing seco.range thread safe (bsc#1211649) +- Fix problematic tests and allow smooth tests executions on containers +- Discover Ansible playbook files as "*.yml" or "*.yaml" files (bsc#1211888) +- Provide user(salt)/group(salt) capabilities for RPM 4.19 +- Extend dependencies for python3-salt-testsuite and python3-salt packages +- Improve Salt and testsuite packages multibuild +- Enable multibuilld and create test flavor + + + + + python3-salt-3006.0-6.8.aarch64.rpm + True + + + salt-3006.0-6.8.aarch64.rpm + True + + + salt-3006.0-6.8.src.rpm + True + + + salt-master-3006.0-6.8.aarch64.rpm + True + + + salt-minion-3006.0-6.8.aarch64.rpm + True + + + salt-transactional-update-3006.0-6.8.aarch64.rpm + True + + + + + + SUSE-SLE-Micro-6.0-29 + Recommended update for gcc13 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for gcc13 fixes the following issues: + +- Update to GCC 13.3 release + +- Removed Fiji support from the GCN offload compiler as that is requiring + Code Object version 3 which is no longer supported by llvm18. +- Avoid combine spending too much compile-time and memory doing nothing + on s390x. [bsc#1188441] +- Make requirement to lld version specific to avoid requiring the + meta-package. +- Fix unwinding for JIT code. [bsc#1221239] +- Revert libgccjit dependency change. [bsc#1220724] + + + + + gcc13-13.3.0+git8781-1.1.src.rpm + + + gcc13-debugsource-13.3.0+git8781-1.1.aarch64.rpm + + + libatomic1-13.3.0+git8781-1.1.aarch64.rpm + + + libatomic1-debuginfo-13.3.0+git8781-1.1.aarch64.rpm + + + libgcc_s1-13.3.0+git8781-1.1.aarch64.rpm + + + libgcc_s1-debuginfo-13.3.0+git8781-1.1.aarch64.rpm + + + libgomp1-13.3.0+git8781-1.1.aarch64.rpm + + + libgomp1-debuginfo-13.3.0+git8781-1.1.aarch64.rpm + + + libstdc++6-13.3.0+git8781-1.1.aarch64.rpm + + + libstdc++6-debuginfo-13.3.0+git8781-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-7 + Security update for less + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for less fixes the following issues: + +- CVE-2024-32487: Fix a bug where mishandling of \n character in paths when LESSOPEN is set leads to OS command execution. (bsc#1222849) + + + + + less-633-3.1.aarch64.rpm + + + less-633-3.1.src.rpm + + + less-debuginfo-633-3.1.aarch64.rpm + + + less-debugsource-633-3.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-14 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35956: Fixed qgroup prealloc rsv leak in subvolume operations (bsc#1224674) +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (CVE-2023-52698 bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). +- CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). +- CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). +- CVE-2024-26844: Fixed WARNING in _copy_from_iter (bsc#1223015). +- CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). +- CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). +- CVE-2024-26774: Fixed dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). +- CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). +- CVE-2024-26815: Fixed improper TCA_TAPRIO_TC_ENTRY_INDEX check (bsc#1222635). +- CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). +- CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). +- CVE-2024-26731: Fixed NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). +- CVE-2024-26805: Fixed a kernel-infoleak-after-free in __skb_datagram_iter in netlink (bsc#1222630). +- CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). +- CVE-2024-26740: Fixed use the backlog for mirred ingress (bsc#1222563). +- CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). +- CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). +- CVE-2023-52640: Fixed out-of-bounds in ntfs_listxattr (bsc#1222301). +- CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). +- CVE-2023-52631: Fixed an NULL dereference bug (bsc#1222264 CVE-2023-52631). +- CVE-2024-24861: Fixed an overflow due to race condition in media/xc4000 device driver in xc4000 xc4000_get_frequency() function (bsc#1219623). +- CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). +- CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). +- CVE-2023-52458: Fixed check that partition length needs to be aligned with block size (bsc#1220428). +- CVE-2023-7042: Fixed a null-pointer-dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (bsc#1218336). +- CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). +- CVE-2023-6270: Fixed a use-after-free issue in aoecmd_cfg_pkts (bsc#1218562). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: aoa: avoid false-positive format truncation warning (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). +- ASoC: topology: Do not assign fields that are already set (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). +- Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Convert the callback workqueue to use delayed_work (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/AER: Block runtime suspend when handling errors (stable-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- Refresh kabi workaround ath updates (bsc#1227149#) +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- Remove NTFSv3 from configs (bsc#1224429) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- Temporarily drop KVM patch that caused a regression (bsc#1226158) +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- Workaround broken chacha crypto fallback (bsc#1218205). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- ahci: asm1064: asm1166: do not limit reported ports (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnx2x: Fix firmware version string character counts (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- bpf, scripts: Correct GPL license name (git-fixes). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions (stable-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - relocate and rename get_service_enabled() (stable-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxl/acpi: Fix load failures due to single window creation failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name (git-fixes). +- dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- device-dax: make dax_bus_type const (jsc#PED-5853). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lkb refcounting (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm crypt: remove redundant state settings after waking up (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) +- dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). +- drm/amd/display: Prevent crash when disable stream (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). +- drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Return the correct HDCP error code (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane (stable-fixes). +- drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: make damage clips support configurable (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Fix memory leak in create_process failure (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/buddy: check range allocation matches alignment (stable-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used (stable-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915: Include the PLL name in the debug messages (stable-fixes). +- drm/i915: Pre-populate the cursor physical dma address (git-fixes). +- drm/i915: Replace a memset() with zero initialization (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: do not allow overriding data from catalog (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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: do not return negative error codes from drm_panel_get_modes() (stable-fixes). +- drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). +- drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- drm/probe-helper: warn about negative .get_modes() (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). +- drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). +- drm: Check output polling initialized before disabling (stable-fixes). +- drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Minor flow correction in e1000_shutdown function (git-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- efi: fix panic in kdump kernel (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: core: use long bus reset on gap count error (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- geneve: make sure to pull inner header in geneve_rx() (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: Fix firmware version comparison function (git-fixes). +- i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- ice: Refactor FW data type and fix bitmap casting issue (git-fixes). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ice: fix memory corruption bug with suspend and rebuild (git-fixes). +- ice: fix stats being updated by way too large values (git-fixes). +- ice: fix typo in assignment (git-fixes). +- ice: fix uninitialized dplls mutex usage (git-fixes). +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). +- ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: disable local BH when scheduling napi for marker packets (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- igb: Fix missing time sync events (git-fixes). +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- igc: Fix missing time sync events (git-fixes). +- igc: Remove stale comment about Tx timestamping (git-fixes). +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- inet: frags: eliminate kernel-doc warning (git-fixes). +- inet_diag: annotate data-races around inet_diag_table[] (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel: legacy: Partial revert of field get conversion (git-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Allocate local memory for page request queue (git-fixes). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Map reserved memory as cacheable if device is coherent (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). +- iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). +- ionic: set adminq irq affinity (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore Wangxun ethernet driver local symbols +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore brcmfmac-specific local symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kasan/test: avoid gcc warning for intentional overflow (git-fixes). +- kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). +- kasan: print the original fault addr when access invalid shadow (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). +- md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). +- md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: return directly before setting did_set_md_closing (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: cadence: csi2rx: use match fwnode for media link (git-fixes). +- media: cec: core: remove length check of Timer Status (stable-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix flags handling when creating pad links (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). +- mm,page_owner: drop unnecessary check (bsc#1222366). +- mm,page_owner: fix recursion (bsc#1222366). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). +- mm: memcg: use larger batches for proactive reclaim (bsc#1222522). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mm_init kABI workaround (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: restore original power up/down steps (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, Change flow rule destination checking (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: fix documentation of buffer sizes (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). +- net: NSH: fix kernel-doc notation warning (git-fixes). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). +- net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- net: bonding: remove kernel-doc comment marker (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). +- net: dsa: mt7530: fix handling of all link-local frames (git-fixes). +- net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Remove ena_select_queue (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- 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). +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: hns3: fix index limit to support all queue stats (git-fixes). +- net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). +- net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). +- net: hns3: fix port duplex configure error in IMP reset (git-fixes). +- net: hns3: fix wrong judgment condition issue (git-fixes). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (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). +- net: libwx: fix memory leak on free page (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). +- net: llc: fix kernel-doc notation warnings (git-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). +- net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). +- net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: do not call locks_release_private() twice concurrently (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- nouveau/gsp: do not check devinit disable on GSP (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: fix devinit paths to only handle display on GSP (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- nouveau: fix instmem race condition around ptr stores (git-fixes). +- nouveau: lock the client object tree (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nouveau: reset the bo resource bus info after an eviction (git-fixes). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix reconnection fail due to reserved tag allocation (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fc: take ref count on tgtport before delete assoc (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix devlink params (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). +- octeontx2-pf: Use default max_active works instead of one (git-fixes). +- octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- octeontx2: Detect the mbox up or down message via register (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf tests: Make data symbol test wait for perf to start (bsc#1220045). +- perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of probe (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- pwm: img: fix pwm clock lookup (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled (git-fixes). +- random: handle creditable entropy from atomic process context (git-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). +- ring-buffer: Do not set shortest_full when full target is hit (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) Some builds do not just create an iso9660 image, but also mount it during build. +- rpm/kernel-obs-build.spec.in: Add networking modules for docker (bsc#1226211) docker needs more networking modules, even legacy iptable_nat and _filter. +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. Wrap the long line to make it readable. +- rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/fair: Check root_domain::overload value before update (bsc#1222173). +- sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). +- sched/psi: Select KERNFS as needed (git-fixes). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). +- scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: qla2xxx: Change debug message during driver unload (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). +- scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- selinux: avoid dereference of garbage after mount failure (git-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). +- serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: Lock console when calling into driver before registration (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: core: only stop transmit when HW fifo is empty (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). +- serial: max310x: fix syntax error in IRQ error message (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state (git-fixes). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- series.conf: cleanup Fix subsection header to silence series_insert error. +- slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). +- staging: vc04_services: fix information leak in create_component() (git-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- stmmac: Clear variable when destroying workqueue (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) Module is marked supported because of merge from SP6, but lets add reference to SLM6.0 maintenance task. +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8644) +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8645) +- supported.conf: mark orangefs as optional We do not support orangefs at all (and it is already marked as such), but since there are no SLE consumers of it, mark it as optional. +- supported.conf: mark ufs as unsupported UFS is an unsupported filesystem, mark it as such. We still keep it around (not marking as optional), to accommodate any potential migrations from BSD systems. +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- supported.conf: update for mt76 stuff (bsc#1227149) +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- swiotlb: use the calculated number of areas (git-fixes). +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). +- tracing: Remove precision vsnprintf() check from print event (git-fixes). +- tracing: Use .flush() call to wake up readers (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- ubifs: Queue up space reservation tasks if retrying many times (git-fixes). +- ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). +- ubifs: Set page uptodate in the correct place (git-fixes). +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). +- ubifs: fix sort function prototype (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- usb: dwc3-am62: Rename private data (git-fixes). +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: typec: ucsi: Check for notifications after init (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). +- usb: xhci: Implement xhci_handshake_check_state() helper. +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- vdpa_sim: reset must not run (git-fixes). +- veth: try harder when allocating queue memory (git-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights (stable-fixes). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix null pointer access when abort scan (stable-fixes). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wireguard: netlink: access device through ctx instead of peer (git-fixes). +- wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). +- wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix BHI retpoline check (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). +- xen/events: increment refcnt only if event channel is refcounted (git-fixes). +- xen/events: modify internal [un]bind interfaces (git-fixes). +- xen/events: reduce externally visible helper functions (git-fixes). +- xen/events: remove some simple helpers from events_base.c (git-fixes). +- xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xen: evtchn: Allow shared registration of IRQ handers (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: allow extent free intents to be retried (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). +- xhci: add helper that checks for unhandled events on a event ring (git-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). +- xhci: simplify event ring dequeue tracking for transfer events (git-fixes). + + + + + kernel-devel-6.4.0-18.1.noarch.rpm + True + + + kernel-macros-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.src.rpm + True + + + kernel-default-6.4.0-18.1.aarch64.rpm + True + + + kernel-default-6.4.0-18.1.nosrc.rpm + True + + + kernel-default-debuginfo-6.4.0-18.1.aarch64.rpm + True + + + kernel-default-debugsource-6.4.0-18.1.aarch64.rpm + True + + + kernel-default-extra-6.4.0-18.1.aarch64.rpm + True + + + kernel-default-extra-debuginfo-6.4.0-18.1.aarch64.rpm + True + + + kernel-default-base-6.4.0-17.1.1.51.aarch64.rpm + True + + + kernel-default-base-6.4.0-17.1.1.51.src.rpm + True + + + + + + SUSE-SLE-Micro-6.0-8 + Security update for openssh + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for openssh fixes the following issues: + +- CVE-2024-39894: Fixed timing attacks against echo-off password entry (bsc#1227318) +- CVE-2024-6387: Fixed race condition in a signal handler (bsc#1226642). + + + + + openssh-9.6p1-2.1.aarch64.rpm + + + openssh-9.6p1-2.1.src.rpm + + + openssh-clients-9.6p1-2.1.aarch64.rpm + + + openssh-clients-debuginfo-9.6p1-2.1.aarch64.rpm + + + openssh-common-9.6p1-2.1.aarch64.rpm + + + openssh-common-debuginfo-9.6p1-2.1.aarch64.rpm + + + openssh-debuginfo-9.6p1-2.1.aarch64.rpm + + + openssh-debugsource-9.6p1-2.1.aarch64.rpm + + + openssh-fips-9.6p1-2.1.aarch64.rpm + + + openssh-server-9.6p1-2.1.aarch64.rpm + + + openssh-server-config-rootlogin-9.6p1-2.1.aarch64.rpm + + + openssh-server-debuginfo-9.6p1-2.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-11 + Security update for wget + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for wget fixes the following issues: + +- CVE-2024-38428: Fix mishandled semicolons in the userinfo subcomponent of a URI. (bsc#1226419) + +- Update to GNU wget 1.24.5: + * Fix how subdomain matches are checked for HSTS. + * Wget will now also parse the srcset attribute in <source> HTML tags + * Support reading fetchmail style "user" and "passwd" fields from netrc + * In some cases, prevent the confusing "Cannot write to... (success)" error messages + * Support extremely fast download speeds (TB/s) + * Ensure that CSS URLs are corectly quoted + * libproxy support is now upstream- drop wget-libproxy.patch + + + + + wget-1.24.5-1.1.aarch64.rpm + + + wget-1.24.5-1.1.src.rpm + + + wget-debuginfo-1.24.5-1.1.aarch64.rpm + + + wget-debugsource-1.24.5-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-10 + Security update for qemu + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for qemu fixes the following issues: + +- Update to version 8.2.5: + * target/loongarch: fix a wrong print in cpu dump + * ui/sdl2: Allow host to power down screen + * target/i386: fix SSE and SSE2 feature check + * target/i386: fix xsave.flat from kvm-unit-tests + * disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs + * target/riscv/kvm.c: Fix the hart bit setting of AIA + * target/riscv: rvzicbo: Fixup CBO extension register calculation + * target/riscv: do not set mtval2 for non guest-page faults + * target/riscv: prioritize pmp errors in raise_mmu_exception() + * target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions + * target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w + * target/riscv: rvv: Check single width operator for vector fp widen instructions + * target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions + * target/riscv/cpu.c: fix Zvkb extension config + * target/riscv: Fix the element agnostic function problem + * target/riscv/kvm: tolerate KVM disable ext errors + * hw/intc/riscv_aplic: APLICs should add child earlier than realize + * iotests: test NBD+TLS+iothread + * qio: Inherit follow_coroutine_ctx across TLS + * target/arm: Disable SVE extensions when SVE is disabled + * hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n> + * hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers + * gitlab: use 'setarch -R' to workaround tsan bug + * gitlab: use $MAKE instead of 'make' + * dockerfiles: add 'MAKE' env variable to remaining containers + * gitlab: Update msys2-64bit runner tags + * target/i386: no single-step exception after MOV or POP SS + +- Update to version 8.2.4. + * target/sh4: Fix SUBV opcode + * target/sh4: Fix ADDV opcode + * hw/arm/npcm7xx: Store derivative OTP fuse key in little endian + * hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields + * hw/ufs: Fix buffer overflow bug + * tests/avocado: update sunxi kernel from armbian to 6.6.16 + * target/loongarch/cpu.c: typo fix: expection + * backends/cryptodev-builtin: Fix local_error leaks + * nbd/server: Mark negotiation functions as coroutine_fn + * nbd/server: do not poll within a coroutine context + * linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY + * target/riscv/kvm: change timer regs size to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 + +- Update to version 8.2.3. + * Update version for 8.2.3 release + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus + * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately + * virtio-pci: fix use of a released vector + * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4} + * hw/audio/virtio-snd: Remove unused assignment + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set + * hw/net/lan9118: Fix overflow in MIL TX FIFO + * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition + * backends/cryptodev: Do not abort for invalid session ID + * hw/misc/applesmc: Fix memory leak in reset() handler + * hw/block/nand: Fix out-of-bound access in NAND block buffer + * hw/block/nand: Have blk_load() take unsigned offset and return boolean + * hw/block/nand: Factor nand_load_iolen() method out + * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs + * mirror: Don't call job_pause_point() under graph lock (bsc#1224179) + +- Backports and bugfixes: + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() (bsc#1222841, CVE-2024-3567) + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/virtio: Introduce virtio_bh_new_guarded() helper (bsc#1222843, CVE-2024-3446) + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set (bsc#1222845, CVE-2024-3447) + * hw/nvme: Use pcie_sriov_num_vfs() (bsc#1220065, CVE-2024-26328) + +- Update to version 8.2.2 + * chardev/char-socket: Fix TLS io channels sending too much data to the backend + * tests/unit/test-util-sockets: Remove temporary file after test + * hw/usb/bus.c: PCAP adding 0xA in Windows version + * hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" + * gitlab: force allow use of pip in Cirrus jobs + * tests/vm: avoid re-building the VM images all the time + * tests/vm: update openbsd image to 7.4 + * target/i386: leave the A20 bit set in the final NPT walk + * target/i386: remove unnecessary/wrong application of the A20 mask + * target/i386: Fix physical address truncation + * target/i386: check validity of VMCB addresses + * target/i386: mask high bits of CR3 in 32-bit mode + * pl031: Update last RTCLR value on write in case it's read back + * hw/nvme: fix invalid endian conversion + * update edk2 binaries to edk2-stable202402 + * update edk2 submodule to edk2-stable202402 + * target/ppc: Fix crash on machine check caused by ifetch + * target/ppc: Fix lxv/stxv MSR facility check + * .gitlab-ci.d/windows.yml: Drop msys2-32bit job + * system/vl: Update description for input grab key + * docs/system: Update description for input grab key + * hw/hppa/Kconfig: Fix building with "configure --without-default-devices" + * tests/qtest: Depend on dbus_display1_dep + * meson: Explicitly specify dbus-display1.h dependency + * audio: Depend on dbus_display1_dep + * ui/console: Fix console resize with placeholder surface + * ui/clipboard: add asserts for update and request + * ui/clipboard: mark type as not available when there is no data + * ui: reject extended clipboard message if not activated + * target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix + * i386/cpuid: Move leaf 7 to correct group + * i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F + * i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs + * i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available + * .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit + * iotests: Make 144 deterministic again + * target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU + * target/arm: Fix SVE/SME gross MTE suppression checks + * target/arm: Handle mte in do_ldrq, do_ldro +- Address bsc#1220310. Backported upstream commits: + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + + + + + qemu-8.2.5-1.1.aarch64.rpm + + + qemu-8.2.5-1.1.src.rpm + + + qemu-arm-8.2.5-1.1.aarch64.rpm + + + qemu-arm-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-audio-spice-8.2.5-1.1.aarch64.rpm + + + qemu-audio-spice-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-block-curl-8.2.5-1.1.aarch64.rpm + + + qemu-block-curl-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-block-iscsi-8.2.5-1.1.aarch64.rpm + + + qemu-block-iscsi-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-block-rbd-8.2.5-1.1.aarch64.rpm + + + qemu-block-rbd-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-block-ssh-8.2.5-1.1.aarch64.rpm + + + qemu-block-ssh-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-chardev-spice-8.2.5-1.1.aarch64.rpm + + + qemu-chardev-spice-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-debugsource-8.2.5-1.1.aarch64.rpm + + + qemu-guest-agent-8.2.5-1.1.aarch64.rpm + + + qemu-guest-agent-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-qxl-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-qxl-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-gpu-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-gpu-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-gpu-pci-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-gpu-pci-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-vga-8.2.5-1.1.aarch64.rpm + + + qemu-hw-display-virtio-vga-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-usb-host-8.2.5-1.1.aarch64.rpm + + + qemu-hw-usb-host-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-hw-usb-redirect-8.2.5-1.1.aarch64.rpm + + + qemu-hw-usb-redirect-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-img-8.2.5-1.1.aarch64.rpm + + + qemu-img-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-ipxe-8.2.5-1.1.noarch.rpm + + + qemu-ksm-8.2.5-1.1.aarch64.rpm + + + qemu-lang-8.2.5-1.1.aarch64.rpm + + + qemu-pr-helper-8.2.5-1.1.aarch64.rpm + + + qemu-pr-helper-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-tools-8.2.5-1.1.aarch64.rpm + + + qemu-tools-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-ui-opengl-8.2.5-1.1.aarch64.rpm + + + qemu-ui-opengl-debuginfo-8.2.5-1.1.aarch64.rpm + + + qemu-ui-spice-core-8.2.5-1.1.aarch64.rpm + + + qemu-ui-spice-core-debuginfo-8.2.5-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-40 + Security update for libvirt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libvirt fixes the following issues: + +Security issue fixed: + +- CVE-2024-4418: rpc: ensure temporary GSource is removed from client event loop (bsc#1223849) + +Non-security issue fixed: + +- libxl: Fix domxml-to-native conversion (bsc#1222584) +- qemu: Fix migration with custom XML (bsc#1226492) + + + + + libvirt-10.0.0-3.1.src.rpm + + + libvirt-client-10.0.0-3.1.aarch64.rpm + + + libvirt-client-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-client-qemu-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-common-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-common-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-config-network-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-network-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-network-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-nodedev-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-nodedev-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-nwfilter-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-nwfilter-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-qemu-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-qemu-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-secret-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-secret-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-core-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-core-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-disk-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-disk-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-iscsi-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-iscsi-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-logical-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-logical-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-mpath-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-mpath-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-rbd-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-rbd-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-scsi-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-driver-storage-scsi-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-hooks-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-lock-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-lock-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-log-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-log-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-plugin-lockd-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-plugin-lockd-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-proxy-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-proxy-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-daemon-qemu-10.0.0-3.1.aarch64.rpm + + + libvirt-debugsource-10.0.0-3.1.aarch64.rpm + + + libvirt-libs-10.0.0-3.1.aarch64.rpm + + + libvirt-libs-debuginfo-10.0.0-3.1.aarch64.rpm + + + libvirt-nss-10.0.0-3.1.aarch64.rpm + + + libvirt-nss-debuginfo-10.0.0-3.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-46 + Security update for podman + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for podman fixes the following issues: + +- CVE-2024-6104: Fixed dependency issue with go-retryablehttp: url might write sensitive information to log file (bsc#1227052). + +- Update to version 4.9.5: + * Bump to v4.9.5 + * Update release notes for v4.9.5 + * fix "concurrent map writes" in network ls compat endpoint + * [v4.9] Fix for CVE-2024-3727 + * Disable failing bud test + * CI Maintenance: Disable machine tests + * [CI:DOCS] Allow downgrade of WiX + * [CI:DOCS] Force WiX 3.11 + * [CI:DOCS] Fix windows installer action + * Bump to v4.9.5-dev + * Bump to v4.9.4 + * Update release notes for v4.9.4 + * [v4.9] Bump Buildah to v1.33.7, CVE-2024-1753, CVE-2024-24786 + * Add farm command to commands list + * Bump to FreeBSD 13.3 (13.2 vanished) + * Update health-start-periods docs + * Don't update health check status during initialDelaySeconds + * image scp: don't require port for ssh URL + * Ignore docker's end point config when the final network mode isn't bridge. + * Fix running container from docker client with rootful in rootless podman. + * [skip-ci] Packit: remove koji and bodhi tasks for v4.9 + * Bump to v4.9.4-dev + * Remove gitleaks scanning + + + + + podman-4.9.5-1.1.aarch64.rpm + + + podman-4.9.5-1.1.src.rpm + + + podman-debuginfo-4.9.5-1.1.aarch64.rpm + + + podman-docker-4.9.5-1.1.noarch.rpm + + + podman-remote-4.9.5-1.1.aarch64.rpm + + + podman-remote-debuginfo-4.9.5-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-38 + Recommended update for transactional-update + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for transactional-update fixes the following issues: + +- Version 4.6.8 + - tukit: Properly handle overlay syncing failures + - soft-reboot: Log requested reboot type + - soft-reboot: Don't force hard reboot on version change only + +- Version 4.6.7 + - Add support for snapper 0.11.0; also significantly decreases cleanup time (bsc#1223504) + + + + + dracut-transactional-update-4.8.1-1.1.noarch.rpm + + + libtukit4-4.8.1-1.1.aarch64.rpm + + + libtukit4-debuginfo-4.8.1-1.1.aarch64.rpm + + + transactional-update-4.8.1-1.1.aarch64.rpm + + + transactional-update-4.8.1-1.1.src.rpm + + + transactional-update-debuginfo-4.8.1-1.1.aarch64.rpm + + + transactional-update-debugsource-4.8.1-1.1.aarch64.rpm + + + transactional-update-zypp-config-4.8.1-1.1.noarch.rpm + + + tukit-4.8.1-1.1.aarch64.rpm + + + tukit-debuginfo-4.8.1-1.1.aarch64.rpm + + + tukitd-4.8.1-1.1.aarch64.rpm + + + tukitd-debuginfo-4.8.1-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-15 + Recommended update for python-azure-agent + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for python-azure-agent fixes the following issues: + +- Set Provisioning.Agent parameter to 'cloud-init' in SLE Micro >= 5.5 (bsc#1227106). +- Do not require wicked in non-SUSE build environments +- Apply python3 interpreter patch in non SLE build environments (bcs#1227067) +- Properly handle SELinux context (bsc#1225946) +- Preserve an existing config file on upgrade (bsc#1222620) + + + + + python-azure-agent-2.9.1.1-2.1.noarch.rpm + + + python-azure-agent-2.9.1.1-2.1.src.rpm + + + python-azure-agent-config-micro-2.9.1.1-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-25 + Security update for gnutls + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for gnutls fixes the following issues: + +- CVE-2024-28835: certtool crash when verifying a certificate chain (bsc#1221747) +- CVE-2024-28834: Fixed side-channel in the deterministic ECDSA (bsc#1221746) +- jitterentropy: Release the memory of the entropy collector when using jitterentropy + with phtreads as there is also a pre-initialization done in the main thread. (bsc#1221242) + + + + + gnutls-3.8.3-2.1.aarch64.rpm + + + gnutls-3.8.3-2.1.src.rpm + + + gnutls-debuginfo-3.8.3-2.1.aarch64.rpm + + + gnutls-debugsource-3.8.3-2.1.aarch64.rpm + + + libgnutls30-3.8.3-2.1.aarch64.rpm + + + libgnutls30-debuginfo-3.8.3-2.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-20 + Security update for kernel-firmware + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for kernel-firmware fixes the following issues: + +Update to version 20240712: + +* amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics +* qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458) +* linux-firmware: add firmware for qat_402xx devices +* amdgpu: update raven firmware +* amdgpu: update SMU 13.0.10 firmware +* amdgpu: update SDMA 6.0.3 firmware +* amdgpu: update PSP 13.0.10 firmware +* amdgpu: update GC 11.0.3 firmware +* amdgpu: update vega20 firmware +* amdgpu: update PSP 13.0.5 firmware +* amdgpu: update PSP 13.0.8 firmware +* amdgpu: update vega12 firmware +* amdgpu: update vega10 firmware +* amdgpu: update VCN 4.0.0 firmware +* amdgpu: update SDMA 6.0.0 firmware +* amdgpu: update PSP 13.0.0 firmware +* amdgpu: update GC 11.0.0 firmware +* amdgpu: update picasso firmware +* amdgpu: update beige goby firmware +* amdgpu: update vangogh firmware +* amdgpu: update dimgrey cavefish firmware +* amdgpu: update navy flounder firmware +* amdgpu: update PSP 13.0.11 firmware +* amdgpu: update GC 11.0.4 firmware +* amdgpu: update green sardine firmware +* amdgpu: update VCN 4.0.2 firmware +* amdgpu: update SDMA 6.0.1 firmware +* amdgpu: update PSP 13.0.4 firmware +* amdgpu: update GC 11.0.1 firmware +* amdgpu: update sienna cichlid firmware +* amdgpu: update VPE 6.1.1 firmware +* amdgpu: update VCN 4.0.6 firmware +* amdgpu: update SDMA 6.1.1 firmware +* amdgpu: update PSP 14.0.1 firmware +* amdgpu: update GC 11.5.1 firmware +* amdgpu: update VCN 4.0.5 firmware +* amdgpu: update SDMA 6.1.0 firmware +* amdgpu: update PSP 14.0.0 firmware +* amdgpu: update GC 11.5.0 firmware +* amdgpu: update navi14 firmware +* amdgpu: update renoir firmware +* amdgpu: update navi12 firmware +* amdgpu: update PSP 13.0.6 firmware +* amdgpu: update GC 9.4.3 firmware +* amdgpu: update yellow carp firmware +* amdgpu: update VCN 4.0.4 firmware +* amdgpu: update SMU 13.0.7 firmware +* amdgpu: update SDMA 6.0.2 firmware +* amdgpu: update PSP 13.0.7 firmware +* amdgpu: update GC 11.0.2 firmware +* amdgpu: update navi10 firmware +* amdgpu: update raven2 firmware +* amdgpu: update aldebaran firmware +* linux-firmware: Update AMD cpu microcode +* linux-firmware: Add ISH firmware file for Intel Lunar Lake platform +* amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics +* cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41 +* amdgpu: Update ISP FW for isp v4.1.1 + + + + + kernel-firmware-20240728-1.1.src.rpm + + + kernel-firmware-all-20240728-1.1.noarch.rpm + + + kernel-firmware-amdgpu-20240728-1.1.noarch.rpm + + + kernel-firmware-ath10k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath11k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath12k-20240728-1.1.noarch.rpm + + + kernel-firmware-atheros-20240728-1.1.noarch.rpm + + + kernel-firmware-bluetooth-20240728-1.1.noarch.rpm + + + kernel-firmware-bnx2-20240728-1.1.noarch.rpm + + + kernel-firmware-brcm-20240728-1.1.noarch.rpm + + + kernel-firmware-chelsio-20240728-1.1.noarch.rpm + + + kernel-firmware-dpaa2-20240728-1.1.noarch.rpm + + + kernel-firmware-i915-20240728-1.1.noarch.rpm + + + kernel-firmware-intel-20240728-1.1.noarch.rpm + + + kernel-firmware-iwlwifi-20240728-1.1.noarch.rpm + + + kernel-firmware-liquidio-20240728-1.1.noarch.rpm + + + kernel-firmware-marvell-20240728-1.1.noarch.rpm + + + kernel-firmware-media-20240728-1.1.noarch.rpm + + + kernel-firmware-mediatek-20240728-1.1.noarch.rpm + + + kernel-firmware-mellanox-20240728-1.1.noarch.rpm + + + kernel-firmware-mwifiex-20240728-1.1.noarch.rpm + + + kernel-firmware-network-20240728-1.1.noarch.rpm + + + kernel-firmware-nfp-20240728-1.1.noarch.rpm + + + kernel-firmware-nvidia-20240728-1.1.noarch.rpm + + + kernel-firmware-platform-20240728-1.1.noarch.rpm + + + kernel-firmware-prestera-20240728-1.1.noarch.rpm + + + kernel-firmware-qcom-20240728-1.1.noarch.rpm + + + kernel-firmware-qlogic-20240728-1.1.noarch.rpm + + + kernel-firmware-radeon-20240728-1.1.noarch.rpm + + + kernel-firmware-realtek-20240728-1.1.noarch.rpm + + + kernel-firmware-serial-20240728-1.1.noarch.rpm + + + kernel-firmware-sound-20240728-1.1.noarch.rpm + + + kernel-firmware-ti-20240728-1.1.noarch.rpm + + + kernel-firmware-ueagle-20240728-1.1.noarch.rpm + + + kernel-firmware-usb-network-20240728-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-21 + Security update for skopeo + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for skopeo fixes the following issues: + +- Update to version 1.14.4: + * CVE-2024-3727: digest type does not guarantee valid type (bsc#1224123) + * Packit: update packit targets + * Bump gopkg.in/go-jose to v2.6.3 + * Bump ocicrypt and go-jose CVE-2024-28180 + * Freeze the fedora-minimal image reference at Fedora 38 + * Bump c/common to v0.57.4 + * Bump google.golang.org/protobuf to v1.33.0 + * Bump Skopeo to v1.14.3-dev + +- Update to version 1.14.2: + * Bump c/image to v5.29.2, c/common to v0.57.3 (fixes bsc#1219563) + +- Update to version 1.14.1: + * fix(deps): update module github.com/containers/common to v0.57.2 + * fix(deps): update module github.com/containers/image/v5 to v5.29.1 + * chore(deps): update dependency containers/automation_images to v20240102 + * Fix libsubid detection + * fix(deps): update module golang.org/x/term to v0.16.0 + * fix(deps): update golang.org/x/exp digest to 02704c9 + * chore(deps): update dependency containers/automation_images to v20231208 + * [skip-ci] Update actions/stale action to v9 + * fix(deps): update module github.com/containers/common to v0.57.1 + * fix(deps): update golang.org/x/exp digest to 6522937 + * fix(deps): update module golang.org/x/term to v0.15.0 + + + + + skopeo-1.14.4-1.1.aarch64.rpm + + + skopeo-1.14.4-1.1.src.rpm + + + skopeo-debuginfo-1.14.4-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-9 + Recommended update for bash, libcap-ng, libselinux, libselinux-bindings, libsemanage, zypper + low + SUSE ALP Source Standard Core 1.0 Build + + + + This update fixes the following issues: + +- No change rebuild due to dependency changes. + + + + + bash-5.2.15-3.1.aarch64.rpm + + + bash-5.2.15-3.1.src.rpm + + + bash-debuginfo-5.2.15-3.1.aarch64.rpm + + + bash-debugsource-5.2.15-3.1.aarch64.rpm + + + bash-sh-5.2.15-3.1.noarch.rpm + + + libcap-ng-0.8.3-4.1.src.rpm + + + libcap-ng-debugsource-0.8.3-4.1.aarch64.rpm + + + libcap-ng0-0.8.3-4.1.aarch64.rpm + + + libcap-ng0-debuginfo-0.8.3-4.1.aarch64.rpm + + + libselinux-3.5-3.1.src.rpm + + + libselinux-debugsource-3.5-3.1.aarch64.rpm + + + libselinux1-3.5-3.1.aarch64.rpm + + + libselinux1-debuginfo-3.5-3.1.aarch64.rpm + + + selinux-tools-3.5-3.1.aarch64.rpm + + + selinux-tools-debuginfo-3.5-3.1.aarch64.rpm + + + libselinux-bindings-3.5-3.1.src.rpm + + + libselinux-bindings-debugsource-3.5-3.1.aarch64.rpm + + + python3-selinux-3.5-3.1.aarch64.rpm + + + python3-selinux-debuginfo-3.5-3.1.aarch64.rpm + + + libsemanage-3.5-3.1.src.rpm + + + libsemanage-conf-3.5-3.1.aarch64.rpm + + + libsemanage-debugsource-3.5-3.1.aarch64.rpm + + + libsemanage2-3.5-3.1.aarch64.rpm + + + libsemanage2-debuginfo-3.5-3.1.aarch64.rpm + + + zypper-1.14.68-2.1.aarch64.rpm + + + zypper-1.14.68-2.1.src.rpm + + + zypper-debuginfo-1.14.68-2.1.aarch64.rpm + + + zypper-debugsource-1.14.68-2.1.aarch64.rpm + + + zypper-needs-restarting-1.14.68-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-24 + Security update for ca-certificates-mozilla + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for ca-certificates-mozilla fixes the following issues: + +- Updated to 2.68 state of Mozilla SSL root CAs (bsc#1227525) + - Added: FIRMAPROFESIONAL CA ROOT-A WEB + - Distrust: GLOBALTRUST 2020 + +- Updated to 2.66 state of Mozilla SSL root CAs (bsc#1220356) + Added: + - CommScope Public Trust ECC Root-01 + - CommScope Public Trust ECC Root-02 + - CommScope Public Trust RSA Root-01 + - CommScope Public Trust RSA Root-02 + - D-Trust SBR Root CA 1 2022 + - D-Trust SBR Root CA 2 2022 + - Telekom Security SMIME ECC Root 2021 + - Telekom Security SMIME RSA Root 2023 + - Telekom Security TLS ECC Root 2020 + - Telekom Security TLS RSA Root 2023 + - TrustAsia Global Root CA G3 + - TrustAsia Global Root CA G4 + Removed: + - Autoridad de Certificacion Firmaprofesional CIF A62634068 + - Chambers of Commerce Root - 2008 + - Global Chambersign Root - 2008 + - Security Communication Root CA + - Symantec Class 1 Public Primary Certification Authority - G6 + - Symantec Class 2 Public Primary Certification Authority - G6 + - TrustCor ECA-1 + - TrustCor RootCert CA-1 + - TrustCor RootCert CA-2 + - VeriSign Class 1 Public Primary Certification Authority - G3 + - VeriSign Class 2 Public Primary Certification Authority - G3 + + + + + ca-certificates-mozilla-2.68-1.1.noarch.rpm + + + ca-certificates-mozilla-2.68-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-16 + Recommended update for elemental-system-agent, elemental, systemd-presets-branding-Elemental, elemental-toolkit, elemental-agent, elemental-operator + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + This update for elemental-system-agent, elemental, systemd-presets-branding-Elemental, elemental-toolkit, elemental-agent, elemental-operator fixes the following issues: + +elemental: + - Update to version v2.1.2 + * Fix grub2-x86_64-efi installation + * Removing syslinux from base image + * Workaround to remove any pre-existing Elemental initrd + +elemental-agent: + - Update to version 0.5.0+git20240729.4482c01: + * Fix rke2 cluster class (#80) + * Fix rootfs layout (#76) + * Exclude cloud-config-defaults feature (#75) + * Use toolkit nightly builds (#74) + * Align images to Elemental dev (#73) + * Only use essential elemental services (#71) + * Actualyze elemental init arguments and improve iso build setup (#70) + * Fix missing mtools dependency (#68) + * Unify root password + * Prevent associating multiple ElementalHosts (#65) + * Remove CodeQL github action workaround (#66) + * upgrade elemental-toolkit to 2.1.0 version (#61) + * tests: align Ginkgo version in the Makefile (#63) + * Dockerfiles: ensure /usr/libexec is present on the image FS (#64) + * minor/setup_kind_cluster.sh: print the command to write the my-config.yaml (#62) + * Fix RKE2 ClusterClass and RKE2 default registration method (#60) + * Remove unused Codecov config (#59) + * Actualize RKE2 templates (#58) + * Remove CodeCov action (#57) + * Update codeql action (#56) + * Display host phases (#51) + * Bump CAPI version (#54) + * Print test agent config by default (#55) + * Deprecate release-action (#53) + * Display association status (#49) + * Add registration ready condition (#50) + * Prevent kubelet and containerd from running in Recovery (#43) + * Mitigate time sync issues on JWT validation (#41) + * Improve kubeadm image (#39) + - Update to version 0.5.0+git20240319.13ad570: + * Update dependencies and fix CodeQL failure (#36) + * Update to go 1.22 (#32) + * Update k3s provider urls (#34) + * Remove tumbleweed dracut patches (#33) + * Refer to CONTROL_PLANE_ENDPOINT_HOST + * Update metadata.yaml + * Update quickstart (#30) + * Remove uninitialized taint from nodes (#29) + * Set providerid on nodes (#22) + * Bump yip to v1.4.10 + - Initial version 0.5.0 + +elemental-operator: + - Update to version 1.6.4: + * register: always register when called (#816) + + - Update to version 1.6.3: + * Backport to v1.6.x (#796) + * Enable PR workflow for v1.6 maintenance branch + * Add toggle to automatically delete no longer in sync versions (#780) (#783) + * [v1.6.x] Add managedosversion finalizer (#775 & #784) (#782) + * Ensure re-sync is triggered + * [v1.6.x][BACKPORT] operator: fix ManagedOSVersionChannel sync (#771) + * Use YAML content for Elemental Agent config (#765) (#770) + * Allow yip configs (#751) (#762) + * Update deployment.yaml (#757) (#761) + * Flag no longer in sync ManagedOSVersions (#750) (#752) + * Let elemental-register digest system hardware data (#748) (#749) + * register: don't send new Disks and Controllers data (#741) + * Added the ability to create a node reset marker for unmanaged hosts (#731) (#737) + + - Update to version 1.6.2: + * chart: add chart name and version to the operator deployment (#694) + * Add Metadata CRD (#717) + +elemental-system-agent: + - Update to version 0.3.7: + * Add support for CATTLE_AGENT_VAR_DIR in suc plan + * add the step for creating GH release, and fix typo in filename + * Migrate from Drone to GitHub Action + * Version bump for Alpine and Kubectl + * Add support for CATTLE_AGENT_STRICT_VERIFY|STRICT_VERIFY environment variables to ensure kubeconfig CA data is valid (#171) + +elemental-toolkit: + - Update to version 2.1.1: + * [backport] Disable boot entry if efivars is read-only (#2059) (#2145) + * [backport] CI refactor to v2.1.x branch (#2146) + * Remove pre-existing Elemental initrds + +systemd-presets-branding-Elemental: + - Include elemental-register.timer as service enabled by default + + + + + + elemental-2.1.1-1.1.noarch.rpm + + + elemental-2.1.1-1.1.src.rpm + + + elemental-updater-2.1.1-1.1.noarch.rpm + + + elemental-operator-1.6.4-1.1.src.rpm + + + elemental-register-1.6.4-1.1.aarch64.rpm + + + elemental-support-1.6.4-1.1.aarch64.rpm + + + elemental-system-agent-0.3.7-1.1.aarch64.rpm + + + elemental-system-agent-0.3.7-1.1.src.rpm + + + elemental-toolkit-2.1.1-1.1.aarch64.rpm + + + elemental-toolkit-2.1.1-1.1.src.rpm + + + systemd-presets-branding-Elemental-20240807-1.1.noarch.rpm + + + systemd-presets-branding-Elemental-20240807-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-31 + Security update for unbound + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for unbound fixes the following issues: + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Use prefixes instead of sudo in unbound.service (bsc#1215628) + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + + + + + + libunbound8-1.21.0-1.1.aarch64.rpm + + + libunbound8-debuginfo-1.21.0-1.1.aarch64.rpm + + + unbound-1.21.0-1.1.src.rpm + + + unbound-anchor-1.21.0-1.1.aarch64.rpm + + + unbound-anchor-debuginfo-1.21.0-1.1.aarch64.rpm + + + unbound-debugsource-1.21.0-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-23 + Security update for python311, python-rpm-macros + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + This update for python311, python-rpm-macros fixes the following issues: + +python311: + - CVE-2024-0450: Fixed zipfile module vulnerability with "quoted-overlap" zipbomb (bsc#1221854) + - CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448) + - CVE-2024-0397: Fixed memory race condition in ssl.SSLContext certificate store methods (bsc#1226447) + - CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780) + - Fixed executable bits for /usr/bin/idle* (bsc#1227378). + + +python-rpm-macros: + + - Update to version 20240618.c146b29: + * Add %FLAVOR_pytest and %FLAVOR_pyunittest variants + + - Update to version 20240618.1e386da: + * Fix python_clone sed regex + + - Update to version 20240614.02920b8: + * Make sure that RPM_BUILD_ROOT env is set + * don't eliminate any cmdline arguments in the shebang line + * Create python313 macros + + - Update to version 20240415.c664b45: + * Fix typo 310 -> 312 in default-prjconf + + - Update to version 20240202.501440e: + * SPEC0: Drop python39, add python312 to buildset (#169) + + - Update to version 20231220.98427f3: + * fix python2_compile macro + + - Update to version 20231207.46c2ec3: + * make FLAVOR_compile compatible with python2 + + - Update to version 20231204.dd64e74: + * Combine fix_shebang in one line + * New macro FLAVOR_fix_shebang_path + * Use realpath in %python_clone macro shebang replacement + * Compile and fix_shebang in %python_install macros + + - Update to version 20231010.0a1f0d9: + * Revert "Compile and fix_shebang in %python_install macros" + * gh#openSUSE/python-rpm-macros#163 + + - Update to version 20231010.a32e110: + * Compile and fix_shebang in %python_install macros + + - Update to version 20231005.bf2d3ab: + * Fix shebang also in sbin with macro _fix_shebang + + + + + python311-3.11.8-3.1.aarch64.rpm + + + python311-3.11.8-3.1.src.rpm + + + python311-curses-3.11.8-3.1.aarch64.rpm + + + python311-curses-debuginfo-3.11.8-3.1.aarch64.rpm + + + python311-debuginfo-3.11.8-3.1.aarch64.rpm + + + python311-debugsource-3.11.8-3.1.aarch64.rpm + + + libpython3_11-1_0-3.11.8-3.1.aarch64.rpm + + + libpython3_11-1_0-debuginfo-3.11.8-3.1.aarch64.rpm + + + python311-base-3.11.8-3.1.aarch64.rpm + + + python311-base-debuginfo-3.11.8-3.1.aarch64.rpm + + + python311-core-3.11.8-3.1.src.rpm + + + python311-core-debugsource-3.11.8-3.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-33 + Recommended update for dracut + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for dracut fixes the following issues: + +- Update to version 059+suse.567.gadd3169d: + * 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) + + + + + dracut-059+suse.571.g32b61281-1.1.aarch64.rpm + + + dracut-059+suse.571.g32b61281-1.1.src.rpm + + + dracut-debuginfo-059+suse.571.g32b61281-1.1.aarch64.rpm + + + dracut-debugsource-059+suse.571.g32b61281-1.1.aarch64.rpm + + + dracut-fips-059+suse.571.g32b61281-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-19 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 RT kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-41011: drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (bsc#1228114). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103). +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26852: Fixed use-after-free in ip6_route_mpath_notify() (bsc#1223057). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (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). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor (bsc#1219216). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- 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). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (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/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). Including kabi preservation patch. +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net: Remove conditional threaded-NAPI wakeup based on task state (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- 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). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (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). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Split __perf_pending_irq() out of perf_pending_irq() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (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: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/debug: Update stale reference to sched_debug.c (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: hsr: Extend the testsuite to also cover HSRv1 (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: pch: Do not disable interrupts while acquiring lock in ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Do not initialize uart_port's spin_lock (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (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: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT prerequisite backports)). + + + + + kernel-devel-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.src.rpm + True + + + + + + SUSE-SLE-Micro-6.0-30 + Security update for curl + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for curl fixes the following issues: + +Security issues fixed: + +- CVE-2024-7264: ASN.1 date parser overread (bsc#1228535) +- CVE-2024-6197: Freeing stack buffer in utf8asn1str (bsc#1227888) +- CVE-2024-2379: QUIC certificate check bypass with wolfSSL (bsc#1221666) +- CVE-2024-2466: TLS certificate check bypass with mbedTLS (bsc#1221668) +- CVE-2024-2004: Usage of disabled protocol (bsc#1221665) +- CVE-2024-2398: HTTP/2 push headers memory-leak (bsc#1221667) + +Non-security issue fixed: + +- Fixed various TLS related issues including FTP over SSL transmission timeouts. + + + + + curl-8.6.0-1.2.aarch64.rpm + + + curl-8.6.0-1.2.src.rpm + + + curl-debuginfo-8.6.0-1.2.aarch64.rpm + + + curl-debugsource-8.6.0-1.2.aarch64.rpm + + + libcurl4-8.6.0-1.2.aarch64.rpm + + + libcurl4-debuginfo-8.6.0-1.2.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-27 + Security update for glib2 + low + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for glib2 fixes the following issues: + +- Fixed a possible use after free regression introduced by CVE-2024-34397 patch (bsc#1224044). + + + + + glib2-2.76.2-5.1.src.rpm + + + glib2-debugsource-2.76.2-5.1.aarch64.rpm + + + glib2-tools-2.76.2-5.1.aarch64.rpm + + + glib2-tools-debuginfo-2.76.2-5.1.aarch64.rpm + + + libgio-2_0-0-2.76.2-5.1.aarch64.rpm + + + libgio-2_0-0-debuginfo-2.76.2-5.1.aarch64.rpm + + + libglib-2_0-0-2.76.2-5.1.aarch64.rpm + + + libglib-2_0-0-debuginfo-2.76.2-5.1.aarch64.rpm + + + libgmodule-2_0-0-2.76.2-5.1.aarch64.rpm + + + libgmodule-2_0-0-debuginfo-2.76.2-5.1.aarch64.rpm + + + libgobject-2_0-0-2.76.2-5.1.aarch64.rpm + + + libgobject-2_0-0-debuginfo-2.76.2-5.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-35 + Security update for avahi + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for avahi fixes the following issues: + +Security issues fixed: + +- CVE-2023-38471: Extract host name using avahi_unescape_label (bsc#1216594). +- CVE-2023-38469: Reject overly long TXT resource records (bsc#1216598). + +Non-security issue fixed: + +- no longer supply bogus services to callbacks (bsc#1226586). + + + + + avahi-0.8-5.1.aarch64.rpm + + + avahi-0.8-5.1.src.rpm + + + avahi-debuginfo-0.8-5.1.aarch64.rpm + + + avahi-debugsource-0.8-5.1.aarch64.rpm + + + libavahi-client3-0.8-5.1.aarch64.rpm + + + libavahi-client3-debuginfo-0.8-5.1.aarch64.rpm + + + libavahi-common3-0.8-5.1.aarch64.rpm + + + libavahi-common3-debuginfo-0.8-5.1.aarch64.rpm + + + libavahi-core7-0.8-5.1.aarch64.rpm + + + libavahi-core7-debuginfo-0.8-5.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-26 + Recommended update for suse-build-key + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for suse-build-key fixes the following issues: + +Extended 2048 bit SUSE SLE 12, 15 GA-SP5 key until 2028. (bsc#1229339) + + + + + + suse-build-key-12.0-4.1.noarch.rpm + + + suse-build-key-12.0-4.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-28 + Security update for python-requests + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-requests fixes the following issues: + +- Update to 2.32.2 + * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, + we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing + custom HTTPAdapters will need to migrate their code to use this new API. get_connection is + considered deprecated in all versions of Requests>=2.32.0. + +- Update to 2.32.1 + * Fixed an issue where setting verify=False on the first request from a Session + will cause subsequent requests to the same origin to also ignore cert verification, + regardless of the value of verify. (bsc#1224788, CVE-2024-35195) + * verify=True now reuses a global SSLContext which should improve request time + variance between first and subsequent requests. + * Requests now supports optional use of character detection (chardet or charset_normalizer) + when repackaged or vendored. This enables pip and other projects to minimize their + vendoring surface area. + * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7. + * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. + + + + + python-requests-2.32.2-1.1.src.rpm + + + python311-requests-2.32.2-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-37 + Security update for python-Jinja2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for python-Jinja2 fixes the following issues: + +- CVE-2024-34064, CVE-2024-22195: HTML attribute injection when passing user input as keys to xmlattr filter (bsc#1223980, bsc#1218722) + + + + + python-Jinja2-3.1.2-6.1.src.rpm + + + python311-Jinja2-3.1.2-6.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-36 + Security update for python-urllib3 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-urllib3 fixes the following issues: + +- CVE-2024-37891: Fixed issue where proxy-authorization request header was not stripped during cross-origin redirects (bsc#1226469) + + + + + python-urllib3-2.1.0-2.1.src.rpm + + + python311-urllib3-2.1.0-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-32 + Security update for glibc + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for glibc fixes the following issues: + +Fixed security issues: + +- CVE-2024-33602: Use time_t for return type of addgetnetgrentX (bsc#1223425) +- CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bsc#1223423) +- CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bsc#1223424) +- CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bsc#1223424) +- CVE-2024-33601, CVE-2024-33602: netgroup: Use two buffers in addgetnetgrentX (bsc#1223425) +- CVE-2024-2961: iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (bsc#1222992) + +Fixed non-security issues: + +- Add workaround for invalid use of libc_nonshared.a with non-SUSE libc (bsc#1221482) +- Fix segfault in wcsncmp (bsc#1228041) +- Also include stat64 in the 32-bit libc_nonshared.a workaround (bsc#1221482) +- Avoid creating ULP prologue for _start routine (bsc#1221940) +- Also add libc_nonshared.a workaround to 32-bit x86 compat package (bsc#1221482) +- malloc: Use __get_nprocs on arena_get2 +- linux: Use rseq area unconditionally in sched_getcpu + + + + + glibc-2.38-7.1.aarch64.rpm + + + glibc-2.38-7.1.src.rpm + + + glibc-debuginfo-2.38-7.1.aarch64.rpm + + + glibc-debugsource-2.38-7.1.aarch64.rpm + + + glibc-devel-2.38-7.1.aarch64.rpm + + + glibc-devel-debuginfo-2.38-7.1.aarch64.rpm + + + glibc-locale-2.38-7.1.aarch64.rpm + + + glibc-locale-base-2.38-7.1.aarch64.rpm + + + glibc-locale-base-debuginfo-2.38-7.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-34 + Recommended update for kernel-livepatch-tools + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + This update for kernel-livepatch-tools fixes the following issues: + +kernel-livepatch-tools is released in version 1.4. + + + + + kernel-livepatch-tools-1.4-1.1.noarch.rpm + + + kernel-livepatch-tools-1.4-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-43 + Security update for selinux-policy + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for selinux-policy fixes the following issues: + +Update to version 20230523+git25.ad22dd7f: + +* Backport wtmpdb label change to have the same wtmpdb label + as in SL Micro 6.1 (bsc#1229132) +* Add auth_rw_wtmpdb_login_records to domains using auth_manage_login_records +* Add auth_rw_wtmpdb_login_records to modules +* Allow xdm_t to read-write to wtmpdb (bsc#1225984) +* Introduce types for wtmpdb and rw interface +* Introduce wtmp_file_type attribute +* Revert "Add policy for wtmpdb (bsc#1210717)" + +Update to version 20230523+git18.f44daf8a: + +* Provide type for sysstat lock files (bsc#1228247) + +Update to version 20230523+git16.0849f54c: + +* allow firewalld access to /dev/random and write HW acceleration logs + (bsc#1215405, bsc#1227930) + + + + + selinux-policy-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-20230523+git25.ad22dd7f-1.1.src.rpm + + + selinux-policy-devel-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-targeted-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-45 + Security update for libxml2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for libxml2 fixes the following issues: + +- CVE-2024-34459: Fixed buffer over-read in (bsc#1224282) + + + + + libxml2-2-2.11.6-3.1.aarch64.rpm + + + libxml2-2-debuginfo-2.11.6-3.1.aarch64.rpm + + + libxml2-2.11.6-3.1.src.rpm + + + libxml2-debugsource-2.11.6-3.1.aarch64.rpm + + + libxml2-tools-2.11.6-3.1.aarch64.rpm + + + libxml2-tools-debuginfo-2.11.6-3.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-44 + Security update for expat + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for expat fixes the following issues: + +- CVE-2024-45492: detect integer overflow in function nextScaffoldPart (bsc#1229932) +- CVE-2024-45491: detect integer overflow in dtdCopy (bsc#1229931) +- CVE-2024-45490: reject negative len for XML_ParseBuffer (bsc#1229930) +- CVE-2024-28757: XML Entity Expansion attack when there is isolated use of external parsers (bsc#1221289) + + + + + expat-2.5.0-2.188.src.rpm + + + expat-debugsource-2.5.0-2.188.aarch64.rpm + + + libexpat1-2.5.0-2.188.aarch64.rpm + + + libexpat1-debuginfo-2.5.0-2.188.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-42 + Recommended update for perl-Bootloader + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for perl-Bootloader fixes the following issues: + +- bootloader_entry script can have an optional 'force-default' argument (bsc#1215064) + + This fixes the %post section for kernel-rt. + + + + + + perl-Bootloader-1.6-3.1.aarch64.rpm + + + perl-Bootloader-1.6-3.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-48 + Security update for git + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + This update for git fixes the following issues: + +git was updated to 2.45.1: + + * CVE-2024-32002: recursive clones on case-insensitive + filesystems that support symbolic links are susceptible to case + confusion (bsc#1224168) + * CVE-2024-32004: arbitrary code execution during local clones + (bsc#1224170) + * CVE-2024-32020: file overwriting vulnerability during local + clones (bsc#1224171) + * CVE-2024-32021: git may create hardlinks to arbitrary user- + readable files (bsc#1224172) + * CVE-2024-32465: arbitrary code execution during clone operations + (bsc#1224173) + +Update to 2.45.0: + + * Improved efficiency managing repositories with many references + ("git init --ref-format=reftable") + * "git checkout -p" and friends learned that that "@" is a + synonym for "HEAD" + * cli improvements handling refs + * Expanded a number of commands and options, UI improvements + * status.showUntrackedFiles now accepts "true" + * git-cherry-pick(1) now automatically drops redundant commits + with new --empty option + * The userdiff patterns for C# has been updated. + +Update to 2.44.0: + + * "git checkout -B <branch>" now longer allows switching to a + branch that is in use on another worktree. The users need to + use "--ignore-other-worktrees" option. + * Faster server-side rebases with git replay + * Faster pack generation with multi-pack reuse + * rebase auto-squashing now works in non-interactive mode + * pathspec now understands attr, e.g. ':(attr:~binary) for + selecting non-binaries, or builtin_objectmode for selecting + items by file mode or other properties + * Many other cli UI and internal improvements and extensions + +- Do not replace apparmor configuration, fixes bsc#1216545 + +Update to 2.43.2: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt + * Update to a new feature recently added, "git show-ref --exists". + * Rename detection logic ignored the final line of a file if it + is an incomplete line. + * "git diff --no-rename A B" did not disable rename detection but + did not trigger an error from the command line parser. + * "git diff --no-index file1 file2" segfaulted while invoking the + external diff driver, which has been corrected. + * A failed "git tag -s" did not necessarily result in an error + depending on the crypto backend, which has been corrected. + * "git stash" sometimes was silent even when it failed due to + unwritable index file, which has been corrected. + * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the + mechanism by flipping what yes/no means by mistake, which has + been corrected. + +Update to 2.43.1: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt + +- gitweb AppArmor profile: allow reading etc/gitweb-common.conf + (bsc#1218664) + +- git moved to /usr/libexec/git/git, update AppArmor profile + accordingly (bsc#1218588) + +Update to 2.43.0: + + * The "--rfc" option of "git format-patch" used to be a valid way to + override an earlier "--subject-prefix=<something>" on the command + line and replace it with "[RFC PATCH]", but from this release, it + merely prefixes the string "RFC " in front of the given subject + prefix. If you are negatively affected by this change, please use + "--subject-prefix=PATCH --rfc" as a replacement. + * In Git 2.42, "git rev-list --stdin" learned to take non-revisions + (like "--not") from the standard input, but the way such a "--not" was + handled was quite confusing, which has been rethought. The updated + rule is that "--not" given from the command line only affects revs + given from the command line that comes but not revs read from the + standard input, and "--not" read from the standard input affects + revs given from the standard input and not revs given from the + command line. + * A message written in olden time prevented a branch from getting + checked out, saying it is already checked out elsewhere. But these + days, we treat a branch that is being bisected or rebased just like + a branch that is checked out and protect it from getting modified + with the same codepath. The message has been rephrased to say that + the branch is "in use" to avoid confusion. + * Hourly and other schedules of "git maintenance" jobs are randomly + distributed now. + * "git cmd -h" learned to signal which options can be negated by + listing such options like "--[no-]opt". + * The way authentication related data other than passwords (e.g., + oauth token and password expiration data) are stored in libsecret + keyrings has been rethought. + * Update the libsecret and wincred credential helpers to correctly + match which credential to erase; they erased the wrong entry in + some cases. + * Git GUI updates. + * "git format-patch" learned a new "--description-file" option that + lets cover letter description to be fed; this can be used on + detached HEAD where there is no branch description available, and + also can override the branch description if there is one. + * Use of the "--max-pack-size" option to allow multiple packfiles to + be created is now supported even when we are sending unreachable + objects to cruft packs. + * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the + "--subject-prefix" option and used "[RFC PATCH]"; now we will add + "RFC" prefix to whatever subject prefix is specified. + * "git log --format" has been taught the %(decorate) placeholder for + further customization over what the "--decorate" option offers. + * The default log message created by "git revert", when reverting a + commit that records a revert, has been tweaked, to encourage people + to describe complex "revert of revert of revert" situations better in + their own words. + * The command-line completion support (in contrib/) learned to + complete "git commit --trailer=" for possible trailer keys. + * "git update-index" learned the "--show-index-version" option to + inspect the index format version used by the on-disk index file. + * "git diff" learned the "diff.statNameWidth" configuration variable, + to give the default width for the name part in the "--stat" output. + * "git range-diff --notes=foo" compared "log --notes=foo --notes" of + the two ranges, instead of using just the specified notes tree, + which has been corrected to use only the specified notes tree. + * The command line completion script (in contrib/) can be told to + complete aliases by including ": git <cmd> ;" in the alias to tell + it that the alias should be completed in a similar way to how "git + <cmd>" is completed. The parsing code for the alias has been + loosened to allow ';' without an extra space before it. + * "git for-each-ref" and friends learned to apply mailmap to + authorname and other fields in a more flexible way than using + separate placeholder letters like %a[eElL] every time we want to + come up with small variants. + * "git repack" machinery learned to pay attention to the "--filter=" + option. + * "git repack" learned the "--max-cruft-size" option to prevent cruft + packs from growing without bounds. + * "git merge-tree" learned to take strategy backend specific options + via the "-X" option, like "git merge" does. + * "git log" and friends learned the "--dd" option that is a + short-hand for "--diff-merges=first-parent -p". + * The attribute subsystem learned to honor the "attr.tree" + configuration variable that specifies which tree to read the + .gitattributes files from. + * "git merge-file" learns a mode to read three variants of the + contents to be merged from blob objects. + * see https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.0.txt + +Update 2.42.1: + + * Fix "git diff" exit code handling + + + + + git-2.45.1-1.1.aarch64.rpm + + + git-2.45.1-1.1.src.rpm + + + git-core-2.45.1-1.1.aarch64.rpm + + + git-core-debuginfo-2.45.1-1.1.aarch64.rpm + + + git-debuginfo-2.45.1-1.1.aarch64.rpm + + + git-debugsource-2.45.1-1.1.aarch64.rpm + + + perl-Git-2.45.1-1.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-47 + Security update for libarchive + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libarchive fixes the following issues: + +- CVE-2024-20696: Fixed out-of-bounds access in in copy_from_lzss_window_to_unp() (bsc#1225971) +- CVE-2024-20697: Fixed heap based buffer overflow in rar e8 filter (bsc#1225972) + + + + + libarchive-3.6.2-3.1.src.rpm + + + libarchive-debugsource-3.6.2-3.1.aarch64.rpm + + + libarchive13-3.6.2-3.1.aarch64.rpm + + + libarchive13-debuginfo-3.6.2-3.1.aarch64.rpm + + + + + + SUSE-SLE-Micro-6.0-50 + Security update for libpcap + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libpcap fixes the following issues: + +- CVE-2024-8006: Fixed NULL pointer dereference in pcap_findalldevs_ex() (bsc#1230034) +- CVE-2023-7256: Fixed double free via addrinfo in sock_initaddress() (bsc#1230020) + + + + + libpcap-1.10.4-3.1.src.rpm + + + libpcap-debugsource-1.10.4-3.1.aarch64.rpm + + + libpcap1-1.10.4-3.1.aarch64.rpm + + + libpcap1-debuginfo-1.10.4-3.1.aarch64.rpm + + + + + diff --git a/generate_conflicts.py b/generate_conflicts.py new file mode 100644 index 0000000..de65c8b --- /dev/null +++ b/generate_conflicts.py @@ -0,0 +1,71 @@ +import sys +import xml.etree.ElementTree as ET + +if len(sys.argv) < 2: + print("ERRIR: Require at least the updateinfo.xml file name") + sys.exit(1) + +filename = sys.argv[1] +timestamp = None +if len(sys.argv) > 2: + timestamp = sys.argv[2] + +tree = ET.parse(filename) +root = tree.getroot() + +package_versions = {} +package_versions_skip = [] + +for update in root: + patch_id = update.find("id").text + issued_date = int(update.find('issued').attrib['date']) + pkglist = update.find("pkglist").find("collection") + # updates which are newer than the time stamp should be blocked (conflict of the released version) + # if there were more patches with it, it applies to all of them + if timestamp is None or issued_date > timestamp: + for package in pkglist: + name = package.attrib['name'] + version = package.attrib['version'] + release = package.attrib['release'] + package_versions_skip.append({ + "name" : name, + "version" : version, + "release" : release, + }) + continue + for package in pkglist: + name = package.attrib['name'] + version = package.attrib['version'] + release = package.attrib['release'] + + # if there is a newer patch already known, ignore the old one + if name in package_versions: + if issued_date < package_versions[name]["issued"]: + print("Older patch, skipping ", name, file=sys.stderr) + continue + + package_versions[name] = { + "version" : version, + "release" : release, + "issued" : issued_date + } + +# list of conflict statements for the .spec-file +conflicts = [] + +for package in package_versions.keys(): + older = "Conflicts: {0} < {1}-{2}".format(package, package_versions[package]["version"], package_versions[package]["release"]) + newer = "Conflicts: {0} > {1}-{2}".format(package, package_versions[package]["version"], package_versions[package]["release"]) + conflicts.append(older) + conflicts.append(newer) +for package in package_versions_skip: + # if specific version is enforced, no need to additionally conflict newer releases + if package["name"] in package_versions: + continue + conflict = "Conflicts: {0} = {1}-{2}".format(package["name"], package["version"], package["release"]) + conflicts.append(conflict) +conflicts = list(dict.fromkeys(conflicts)) +conflicts.sort() +for conflict in conflicts: + print(conflict) + diff --git a/generate_requires.py b/generate_requires.py new file mode 100644 index 0000000..5c863ed --- /dev/null +++ b/generate_requires.py @@ -0,0 +1,55 @@ +import sys +import xml.etree.ElementTree as ET + +if len(sys.argv) < 2: + print("ERRIR: Require at least the updateinfo.xml file name") + sys.exit(1) + +filename = sys.argv[1] +timestamp = None +if len(sys.argv) > 2: + timestamp = sys.argv[2] + +tree = ET.parse(filename) +root = tree.getroot() + +package_versions = {} +package_versions_skip = [] + +for update in root: + patch_id = update.find("id").text + issued_date = int(update.find('issued').attrib['date']) + pkglist = update.find("pkglist").find("collection") + # updates which are newer than the time stamp should be blocked (conflict of the released version) + # if there were more patches with it, it applies to all of them + if not timestamp is None and issued_date > timestamp: + continue + for package in pkglist: + name = package.attrib['name'] + version = package.attrib['version'] + release = package.attrib['release'] + + # if there is a newer patch already known, ignore the old one + if name in package_versions: + if issued_date < package_versions[name]["issued"]: + print("Older patch, skipping ", name, file=sys.stderr) + continue + + package_versions[name] = { + "version" : version, + "release" : release, + "issued" : issued_date + } + +# list of require statements for the .spec-file +lines = [] + +for package in package_versions.keys(): + requires = "Requires: ({0} = {1}-{2} if {0})".format(package, package_versions[package]["version"], package_versions[package]["release"]) + lines.append(requires) + +lines = list(dict.fromkeys(lines)) +lines.sort() +for line in lines: + print(line) + diff --git a/s390x.updateinfo.xml b/s390x.updateinfo.xml new file mode 100644 index 0000000..5d626b4 --- /dev/null +++ b/s390x.updateinfo.xml @@ -0,0 +1,15849 @@ + + + SUSE-SLE-Micro-6.0-17 + Recommended update for cockpit + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cockpit fixes the following issues: + +- Support for watching lastlog2 and wtpmdb. (bsc#1220551) + + + + + + cockpit-309-6.1.s390x.rpm + + + cockpit-309-6.1.src.rpm + + + cockpit-bridge-309-6.1.s390x.rpm + + + cockpit-bridge-debuginfo-309-6.1.s390x.rpm + + + cockpit-debuginfo-309-6.1.s390x.rpm + + + cockpit-debugsource-309-6.1.s390x.rpm + + + cockpit-networkmanager-309-6.1.noarch.rpm + + + cockpit-selinux-309-6.1.noarch.rpm + + + cockpit-storaged-309-6.1.noarch.rpm + + + cockpit-system-309-6.1.noarch.rpm + + + cockpit-ws-309-6.1.s390x.rpm + + + cockpit-ws-debuginfo-309-6.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-18 + Security update for nghttp2 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for nghttp2 fixes the following issues: + +- CVE-2024-28182: Fixed denial of service via http/2 continuation frames (bsc#1221399) + + + + + libnghttp2-14-1.52.0-5.1.s390x.rpm + + + libnghttp2-14-debuginfo-1.52.0-5.1.s390x.rpm + + + nghttp2-1.52.0-5.1.src.rpm + + + nghttp2-debugsource-1.52.0-5.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-2 + Recommended update for cloud-init + important + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cloud-init fixes the following issue: + +- skip renames if the device is already present (bsc#1219680) + + + + + cloud-init-23.3-7.1.s390x.rpm + + + cloud-init-23.3-7.1.src.rpm + + + cloud-init-config-suse-23.3-7.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-39 + Recommended update for salt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for salt fixes the following issues: + +- Fix rich rule comparison in firewalld module (bsc#1222684) +- test_vultrpy: adjust test expectation to prevent failure after Debian 10 EOL +- Make auth.pam more robust with Salt Bundle and fix tests +- Fix performance of user.list_groups with many remote groups +- Fix "status.diskusage" function and exclude some tests for Salt Bundle +- Skip certain tests if necessary for some OSes and set flaky ones +- Add a timer to delete old env post update for venv-minion +- Several fixes for tests to avoid errors and failures in some OSes +- Speed up salt.matcher.confirm_top by using __context__ +- Do not call the async wrapper calls with the separate thread +- Prevent OOM with high amount of batch async calls (bsc#1216063) +- Add missing contextvars dependency in salt.version +- Skip tests for unsupported algorithm on old OpenSSL version +- Remove redundant `_file_find` call to the master +- Prevent possible exception in tornado.concurrent.Future._set_done +- Make reactor engine less blocking the EventPublisher +- Make salt-master self recoverable on killing EventPublisher +- Improve broken events catching and reporting +- Make logging calls lighter +- Remove unused import causing delays on starting salt-master +- Mark python3-CherryPy as recommended package for the testsuite +- Make "man" a recommended package instead of required +- Convert oscap output to UTF-8 +- Make Salt compatible with Python 3.11 +- Ignore non-ascii chars in oscap output (bsc#1219001) +- Fix detected issues in Salt tests when running on VMs +- Make importing seco.range thread safe (bsc#1211649) +- Fix problematic tests and allow smooth tests executions on containers +- Discover Ansible playbook files as "*.yml" or "*.yaml" files (bsc#1211888) +- Provide user(salt)/group(salt) capabilities for RPM 4.19 +- Extend dependencies for python3-salt-testsuite and python3-salt packages +- Improve Salt and testsuite packages multibuild +- Enable multibuilld and create test flavor + + + + + python3-salt-3006.0-6.8.s390x.rpm + True + + + salt-3006.0-6.8.s390x.rpm + True + + + salt-3006.0-6.8.src.rpm + True + + + salt-master-3006.0-6.8.s390x.rpm + True + + + salt-minion-3006.0-6.8.s390x.rpm + True + + + salt-transactional-update-3006.0-6.8.s390x.rpm + True + + + + + + SUSE-SLE-Micro-6.0-29 + Recommended update for gcc13 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for gcc13 fixes the following issues: + +- Update to GCC 13.3 release + +- Removed Fiji support from the GCN offload compiler as that is requiring + Code Object version 3 which is no longer supported by llvm18. +- Avoid combine spending too much compile-time and memory doing nothing + on s390x. [bsc#1188441] +- Make requirement to lld version specific to avoid requiring the + meta-package. +- Fix unwinding for JIT code. [bsc#1221239] +- Revert libgccjit dependency change. [bsc#1220724] + + + + + gcc13-13.3.0+git8781-1.1.src.rpm + + + gcc13-debugsource-13.3.0+git8781-1.1.s390x.rpm + + + libatomic1-13.3.0+git8781-1.1.s390x.rpm + + + libatomic1-debuginfo-13.3.0+git8781-1.1.s390x.rpm + + + libgcc_s1-13.3.0+git8781-1.1.s390x.rpm + + + libgcc_s1-debuginfo-13.3.0+git8781-1.1.s390x.rpm + + + libgomp1-13.3.0+git8781-1.1.s390x.rpm + + + libgomp1-debuginfo-13.3.0+git8781-1.1.s390x.rpm + + + libstdc++6-13.3.0+git8781-1.1.s390x.rpm + + + libstdc++6-debuginfo-13.3.0+git8781-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-7 + Security update for less + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for less fixes the following issues: + +- CVE-2024-32487: Fix a bug where mishandling of \n character in paths when LESSOPEN is set leads to OS command execution. (bsc#1222849) + + + + + less-633-3.1.s390x.rpm + + + less-633-3.1.src.rpm + + + less-debuginfo-633-3.1.s390x.rpm + + + less-debugsource-633-3.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-14 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35956: Fixed qgroup prealloc rsv leak in subvolume operations (bsc#1224674) +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (CVE-2023-52698 bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). +- CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). +- CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). +- CVE-2024-26844: Fixed WARNING in _copy_from_iter (bsc#1223015). +- CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). +- CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). +- CVE-2024-26774: Fixed dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). +- CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). +- CVE-2024-26815: Fixed improper TCA_TAPRIO_TC_ENTRY_INDEX check (bsc#1222635). +- CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). +- CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). +- CVE-2024-26731: Fixed NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). +- CVE-2024-26805: Fixed a kernel-infoleak-after-free in __skb_datagram_iter in netlink (bsc#1222630). +- CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). +- CVE-2024-26740: Fixed use the backlog for mirred ingress (bsc#1222563). +- CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). +- CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). +- CVE-2023-52640: Fixed out-of-bounds in ntfs_listxattr (bsc#1222301). +- CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). +- CVE-2023-52631: Fixed an NULL dereference bug (bsc#1222264 CVE-2023-52631). +- CVE-2024-24861: Fixed an overflow due to race condition in media/xc4000 device driver in xc4000 xc4000_get_frequency() function (bsc#1219623). +- CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). +- CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). +- CVE-2023-52458: Fixed check that partition length needs to be aligned with block size (bsc#1220428). +- CVE-2023-7042: Fixed a null-pointer-dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (bsc#1218336). +- CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). +- CVE-2023-6270: Fixed a use-after-free issue in aoecmd_cfg_pkts (bsc#1218562). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: aoa: avoid false-positive format truncation warning (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). +- ASoC: topology: Do not assign fields that are already set (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). +- Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Convert the callback workqueue to use delayed_work (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/AER: Block runtime suspend when handling errors (stable-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- Refresh kabi workaround ath updates (bsc#1227149#) +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- Remove NTFSv3 from configs (bsc#1224429) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- Temporarily drop KVM patch that caused a regression (bsc#1226158) +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- Workaround broken chacha crypto fallback (bsc#1218205). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- ahci: asm1064: asm1166: do not limit reported ports (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnx2x: Fix firmware version string character counts (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- bpf, scripts: Correct GPL license name (git-fixes). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions (stable-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - relocate and rename get_service_enabled() (stable-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxl/acpi: Fix load failures due to single window creation failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name (git-fixes). +- dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- device-dax: make dax_bus_type const (jsc#PED-5853). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lkb refcounting (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm crypt: remove redundant state settings after waking up (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) +- dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). +- drm/amd/display: Prevent crash when disable stream (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). +- drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Return the correct HDCP error code (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane (stable-fixes). +- drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: make damage clips support configurable (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Fix memory leak in create_process failure (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/buddy: check range allocation matches alignment (stable-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used (stable-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915: Include the PLL name in the debug messages (stable-fixes). +- drm/i915: Pre-populate the cursor physical dma address (git-fixes). +- drm/i915: Replace a memset() with zero initialization (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: do not allow overriding data from catalog (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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: do not return negative error codes from drm_panel_get_modes() (stable-fixes). +- drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). +- drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- drm/probe-helper: warn about negative .get_modes() (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). +- drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). +- drm: Check output polling initialized before disabling (stable-fixes). +- drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Minor flow correction in e1000_shutdown function (git-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- efi: fix panic in kdump kernel (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: core: use long bus reset on gap count error (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- geneve: make sure to pull inner header in geneve_rx() (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: Fix firmware version comparison function (git-fixes). +- i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- ice: Refactor FW data type and fix bitmap casting issue (git-fixes). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ice: fix memory corruption bug with suspend and rebuild (git-fixes). +- ice: fix stats being updated by way too large values (git-fixes). +- ice: fix typo in assignment (git-fixes). +- ice: fix uninitialized dplls mutex usage (git-fixes). +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). +- ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: disable local BH when scheduling napi for marker packets (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- igb: Fix missing time sync events (git-fixes). +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- igc: Fix missing time sync events (git-fixes). +- igc: Remove stale comment about Tx timestamping (git-fixes). +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- inet: frags: eliminate kernel-doc warning (git-fixes). +- inet_diag: annotate data-races around inet_diag_table[] (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel: legacy: Partial revert of field get conversion (git-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Allocate local memory for page request queue (git-fixes). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Map reserved memory as cacheable if device is coherent (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). +- iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). +- ionic: set adminq irq affinity (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore Wangxun ethernet driver local symbols +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore brcmfmac-specific local symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kasan/test: avoid gcc warning for intentional overflow (git-fixes). +- kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). +- kasan: print the original fault addr when access invalid shadow (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). +- md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). +- md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: return directly before setting did_set_md_closing (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: cadence: csi2rx: use match fwnode for media link (git-fixes). +- media: cec: core: remove length check of Timer Status (stable-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix flags handling when creating pad links (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). +- mm,page_owner: drop unnecessary check (bsc#1222366). +- mm,page_owner: fix recursion (bsc#1222366). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). +- mm: memcg: use larger batches for proactive reclaim (bsc#1222522). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mm_init kABI workaround (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: restore original power up/down steps (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, Change flow rule destination checking (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: fix documentation of buffer sizes (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). +- net: NSH: fix kernel-doc notation warning (git-fixes). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). +- net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- net: bonding: remove kernel-doc comment marker (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). +- net: dsa: mt7530: fix handling of all link-local frames (git-fixes). +- net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Remove ena_select_queue (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- 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). +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: hns3: fix index limit to support all queue stats (git-fixes). +- net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). +- net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). +- net: hns3: fix port duplex configure error in IMP reset (git-fixes). +- net: hns3: fix wrong judgment condition issue (git-fixes). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (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). +- net: libwx: fix memory leak on free page (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). +- net: llc: fix kernel-doc notation warnings (git-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). +- net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). +- net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: do not call locks_release_private() twice concurrently (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- nouveau/gsp: do not check devinit disable on GSP (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: fix devinit paths to only handle display on GSP (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- nouveau: fix instmem race condition around ptr stores (git-fixes). +- nouveau: lock the client object tree (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nouveau: reset the bo resource bus info after an eviction (git-fixes). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix reconnection fail due to reserved tag allocation (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fc: take ref count on tgtport before delete assoc (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix devlink params (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). +- octeontx2-pf: Use default max_active works instead of one (git-fixes). +- octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- octeontx2: Detect the mbox up or down message via register (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf tests: Make data symbol test wait for perf to start (bsc#1220045). +- perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of probe (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- pwm: img: fix pwm clock lookup (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled (git-fixes). +- random: handle creditable entropy from atomic process context (git-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). +- ring-buffer: Do not set shortest_full when full target is hit (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) Some builds do not just create an iso9660 image, but also mount it during build. +- rpm/kernel-obs-build.spec.in: Add networking modules for docker (bsc#1226211) docker needs more networking modules, even legacy iptable_nat and _filter. +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. Wrap the long line to make it readable. +- rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/fair: Check root_domain::overload value before update (bsc#1222173). +- sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). +- sched/psi: Select KERNFS as needed (git-fixes). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). +- scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: qla2xxx: Change debug message during driver unload (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). +- scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- selinux: avoid dereference of garbage after mount failure (git-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). +- serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: Lock console when calling into driver before registration (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: core: only stop transmit when HW fifo is empty (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). +- serial: max310x: fix syntax error in IRQ error message (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state (git-fixes). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- series.conf: cleanup Fix subsection header to silence series_insert error. +- slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). +- staging: vc04_services: fix information leak in create_component() (git-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- stmmac: Clear variable when destroying workqueue (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) Module is marked supported because of merge from SP6, but lets add reference to SLM6.0 maintenance task. +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8644) +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8645) +- supported.conf: mark orangefs as optional We do not support orangefs at all (and it is already marked as such), but since there are no SLE consumers of it, mark it as optional. +- supported.conf: mark ufs as unsupported UFS is an unsupported filesystem, mark it as such. We still keep it around (not marking as optional), to accommodate any potential migrations from BSD systems. +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- supported.conf: update for mt76 stuff (bsc#1227149) +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- swiotlb: use the calculated number of areas (git-fixes). +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). +- tracing: Remove precision vsnprintf() check from print event (git-fixes). +- tracing: Use .flush() call to wake up readers (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- ubifs: Queue up space reservation tasks if retrying many times (git-fixes). +- ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). +- ubifs: Set page uptodate in the correct place (git-fixes). +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). +- ubifs: fix sort function prototype (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- usb: dwc3-am62: Rename private data (git-fixes). +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: typec: ucsi: Check for notifications after init (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). +- usb: xhci: Implement xhci_handshake_check_state() helper. +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- vdpa_sim: reset must not run (git-fixes). +- veth: try harder when allocating queue memory (git-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights (stable-fixes). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix null pointer access when abort scan (stable-fixes). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wireguard: netlink: access device through ctx instead of peer (git-fixes). +- wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). +- wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix BHI retpoline check (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). +- xen/events: increment refcnt only if event channel is refcounted (git-fixes). +- xen/events: modify internal [un]bind interfaces (git-fixes). +- xen/events: reduce externally visible helper functions (git-fixes). +- xen/events: remove some simple helpers from events_base.c (git-fixes). +- xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xen: evtchn: Allow shared registration of IRQ handers (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: allow extent free intents to be retried (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). +- xhci: add helper that checks for unhandled events on a event ring (git-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). +- xhci: simplify event ring dequeue tracking for transfer events (git-fixes). + + + + + kernel-devel-6.4.0-18.1.noarch.rpm + True + + + kernel-macros-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.src.rpm + True + + + kernel-default-6.4.0-18.1.nosrc.rpm + True + + + kernel-default-6.4.0-18.1.s390x.rpm + True + + + kernel-default-debuginfo-6.4.0-18.1.s390x.rpm + True + + + kernel-default-debugsource-6.4.0-18.1.s390x.rpm + True + + + kernel-default-extra-6.4.0-18.1.s390x.rpm + True + + + kernel-default-extra-debuginfo-6.4.0-18.1.s390x.rpm + True + + + + + + SUSE-SLE-Micro-6.0-8 + Security update for openssh + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for openssh fixes the following issues: + +- CVE-2024-39894: Fixed timing attacks against echo-off password entry (bsc#1227318) +- CVE-2024-6387: Fixed race condition in a signal handler (bsc#1226642). + + + + + openssh-9.6p1-2.1.s390x.rpm + + + openssh-9.6p1-2.1.src.rpm + + + openssh-clients-9.6p1-2.1.s390x.rpm + + + openssh-clients-debuginfo-9.6p1-2.1.s390x.rpm + + + openssh-common-9.6p1-2.1.s390x.rpm + + + openssh-common-debuginfo-9.6p1-2.1.s390x.rpm + + + openssh-debuginfo-9.6p1-2.1.s390x.rpm + + + openssh-debugsource-9.6p1-2.1.s390x.rpm + + + openssh-fips-9.6p1-2.1.s390x.rpm + + + openssh-server-9.6p1-2.1.s390x.rpm + + + openssh-server-config-rootlogin-9.6p1-2.1.s390x.rpm + + + openssh-server-debuginfo-9.6p1-2.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-11 + Security update for wget + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for wget fixes the following issues: + +- CVE-2024-38428: Fix mishandled semicolons in the userinfo subcomponent of a URI. (bsc#1226419) + +- Update to GNU wget 1.24.5: + * Fix how subdomain matches are checked for HSTS. + * Wget will now also parse the srcset attribute in <source> HTML tags + * Support reading fetchmail style "user" and "passwd" fields from netrc + * In some cases, prevent the confusing "Cannot write to... (success)" error messages + * Support extremely fast download speeds (TB/s) + * Ensure that CSS URLs are corectly quoted + * libproxy support is now upstream- drop wget-libproxy.patch + + + + + wget-1.24.5-1.1.s390x.rpm + + + wget-1.24.5-1.1.src.rpm + + + wget-debuginfo-1.24.5-1.1.s390x.rpm + + + wget-debugsource-1.24.5-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-10 + Security update for qemu + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for qemu fixes the following issues: + +- Update to version 8.2.5: + * target/loongarch: fix a wrong print in cpu dump + * ui/sdl2: Allow host to power down screen + * target/i386: fix SSE and SSE2 feature check + * target/i386: fix xsave.flat from kvm-unit-tests + * disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs + * target/riscv/kvm.c: Fix the hart bit setting of AIA + * target/riscv: rvzicbo: Fixup CBO extension register calculation + * target/riscv: do not set mtval2 for non guest-page faults + * target/riscv: prioritize pmp errors in raise_mmu_exception() + * target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions + * target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w + * target/riscv: rvv: Check single width operator for vector fp widen instructions + * target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions + * target/riscv/cpu.c: fix Zvkb extension config + * target/riscv: Fix the element agnostic function problem + * target/riscv/kvm: tolerate KVM disable ext errors + * hw/intc/riscv_aplic: APLICs should add child earlier than realize + * iotests: test NBD+TLS+iothread + * qio: Inherit follow_coroutine_ctx across TLS + * target/arm: Disable SVE extensions when SVE is disabled + * hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n> + * hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers + * gitlab: use 'setarch -R' to workaround tsan bug + * gitlab: use $MAKE instead of 'make' + * dockerfiles: add 'MAKE' env variable to remaining containers + * gitlab: Update msys2-64bit runner tags + * target/i386: no single-step exception after MOV or POP SS + +- Update to version 8.2.4. + * target/sh4: Fix SUBV opcode + * target/sh4: Fix ADDV opcode + * hw/arm/npcm7xx: Store derivative OTP fuse key in little endian + * hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields + * hw/ufs: Fix buffer overflow bug + * tests/avocado: update sunxi kernel from armbian to 6.6.16 + * target/loongarch/cpu.c: typo fix: expection + * backends/cryptodev-builtin: Fix local_error leaks + * nbd/server: Mark negotiation functions as coroutine_fn + * nbd/server: do not poll within a coroutine context + * linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY + * target/riscv/kvm: change timer regs size to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 + +- Update to version 8.2.3. + * Update version for 8.2.3 release + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus + * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately + * virtio-pci: fix use of a released vector + * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4} + * hw/audio/virtio-snd: Remove unused assignment + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set + * hw/net/lan9118: Fix overflow in MIL TX FIFO + * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition + * backends/cryptodev: Do not abort for invalid session ID + * hw/misc/applesmc: Fix memory leak in reset() handler + * hw/block/nand: Fix out-of-bound access in NAND block buffer + * hw/block/nand: Have blk_load() take unsigned offset and return boolean + * hw/block/nand: Factor nand_load_iolen() method out + * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs + * mirror: Don't call job_pause_point() under graph lock (bsc#1224179) + +- Backports and bugfixes: + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() (bsc#1222841, CVE-2024-3567) + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/virtio: Introduce virtio_bh_new_guarded() helper (bsc#1222843, CVE-2024-3446) + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set (bsc#1222845, CVE-2024-3447) + * hw/nvme: Use pcie_sriov_num_vfs() (bsc#1220065, CVE-2024-26328) + +- Update to version 8.2.2 + * chardev/char-socket: Fix TLS io channels sending too much data to the backend + * tests/unit/test-util-sockets: Remove temporary file after test + * hw/usb/bus.c: PCAP adding 0xA in Windows version + * hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" + * gitlab: force allow use of pip in Cirrus jobs + * tests/vm: avoid re-building the VM images all the time + * tests/vm: update openbsd image to 7.4 + * target/i386: leave the A20 bit set in the final NPT walk + * target/i386: remove unnecessary/wrong application of the A20 mask + * target/i386: Fix physical address truncation + * target/i386: check validity of VMCB addresses + * target/i386: mask high bits of CR3 in 32-bit mode + * pl031: Update last RTCLR value on write in case it's read back + * hw/nvme: fix invalid endian conversion + * update edk2 binaries to edk2-stable202402 + * update edk2 submodule to edk2-stable202402 + * target/ppc: Fix crash on machine check caused by ifetch + * target/ppc: Fix lxv/stxv MSR facility check + * .gitlab-ci.d/windows.yml: Drop msys2-32bit job + * system/vl: Update description for input grab key + * docs/system: Update description for input grab key + * hw/hppa/Kconfig: Fix building with "configure --without-default-devices" + * tests/qtest: Depend on dbus_display1_dep + * meson: Explicitly specify dbus-display1.h dependency + * audio: Depend on dbus_display1_dep + * ui/console: Fix console resize with placeholder surface + * ui/clipboard: add asserts for update and request + * ui/clipboard: mark type as not available when there is no data + * ui: reject extended clipboard message if not activated + * target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix + * i386/cpuid: Move leaf 7 to correct group + * i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F + * i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs + * i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available + * .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit + * iotests: Make 144 deterministic again + * target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU + * target/arm: Fix SVE/SME gross MTE suppression checks + * target/arm: Handle mte in do_ldrq, do_ldro +- Address bsc#1220310. Backported upstream commits: + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + + + + + qemu-8.2.5-1.1.s390x.rpm + + + qemu-8.2.5-1.1.src.rpm + + + qemu-audio-spice-8.2.5-1.1.s390x.rpm + + + qemu-audio-spice-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-block-curl-8.2.5-1.1.s390x.rpm + + + qemu-block-curl-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-block-iscsi-8.2.5-1.1.s390x.rpm + + + qemu-block-iscsi-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-block-rbd-8.2.5-1.1.s390x.rpm + + + qemu-block-rbd-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-block-ssh-8.2.5-1.1.s390x.rpm + + + qemu-block-ssh-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-chardev-spice-8.2.5-1.1.s390x.rpm + + + qemu-chardev-spice-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-debugsource-8.2.5-1.1.s390x.rpm + + + qemu-guest-agent-8.2.5-1.1.s390x.rpm + + + qemu-guest-agent-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-qxl-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-qxl-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-gpu-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-gpu-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-gpu-pci-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-gpu-pci-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-vga-8.2.5-1.1.s390x.rpm + + + qemu-hw-display-virtio-vga-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-usb-host-8.2.5-1.1.s390x.rpm + + + qemu-hw-usb-host-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-hw-usb-redirect-8.2.5-1.1.s390x.rpm + + + qemu-hw-usb-redirect-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-img-8.2.5-1.1.s390x.rpm + + + qemu-img-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-ksm-8.2.5-1.1.s390x.rpm + + + qemu-lang-8.2.5-1.1.s390x.rpm + + + qemu-pr-helper-8.2.5-1.1.s390x.rpm + + + qemu-pr-helper-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-s390x-8.2.5-1.1.s390x.rpm + + + qemu-s390x-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-tools-8.2.5-1.1.s390x.rpm + + + qemu-tools-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-ui-opengl-8.2.5-1.1.s390x.rpm + + + qemu-ui-opengl-debuginfo-8.2.5-1.1.s390x.rpm + + + qemu-ui-spice-core-8.2.5-1.1.s390x.rpm + + + qemu-ui-spice-core-debuginfo-8.2.5-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-40 + Security update for libvirt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libvirt fixes the following issues: + +Security issue fixed: + +- CVE-2024-4418: rpc: ensure temporary GSource is removed from client event loop (bsc#1223849) + +Non-security issue fixed: + +- libxl: Fix domxml-to-native conversion (bsc#1222584) +- qemu: Fix migration with custom XML (bsc#1226492) + + + + + libvirt-10.0.0-3.1.src.rpm + + + libvirt-client-10.0.0-3.1.s390x.rpm + + + libvirt-client-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-client-qemu-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-common-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-common-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-config-network-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-network-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-network-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-nodedev-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-nodedev-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-nwfilter-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-nwfilter-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-qemu-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-qemu-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-secret-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-secret-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-core-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-core-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-disk-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-disk-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-iscsi-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-iscsi-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-logical-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-logical-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-mpath-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-mpath-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-scsi-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-driver-storage-scsi-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-hooks-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-lock-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-lock-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-log-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-log-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-plugin-lockd-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-plugin-lockd-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-proxy-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-proxy-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-daemon-qemu-10.0.0-3.1.s390x.rpm + + + libvirt-debugsource-10.0.0-3.1.s390x.rpm + + + libvirt-libs-10.0.0-3.1.s390x.rpm + + + libvirt-libs-debuginfo-10.0.0-3.1.s390x.rpm + + + libvirt-nss-10.0.0-3.1.s390x.rpm + + + libvirt-nss-debuginfo-10.0.0-3.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-46 + Security update for podman + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for podman fixes the following issues: + +- CVE-2024-6104: Fixed dependency issue with go-retryablehttp: url might write sensitive information to log file (bsc#1227052). + +- Update to version 4.9.5: + * Bump to v4.9.5 + * Update release notes for v4.9.5 + * fix "concurrent map writes" in network ls compat endpoint + * [v4.9] Fix for CVE-2024-3727 + * Disable failing bud test + * CI Maintenance: Disable machine tests + * [CI:DOCS] Allow downgrade of WiX + * [CI:DOCS] Force WiX 3.11 + * [CI:DOCS] Fix windows installer action + * Bump to v4.9.5-dev + * Bump to v4.9.4 + * Update release notes for v4.9.4 + * [v4.9] Bump Buildah to v1.33.7, CVE-2024-1753, CVE-2024-24786 + * Add farm command to commands list + * Bump to FreeBSD 13.3 (13.2 vanished) + * Update health-start-periods docs + * Don't update health check status during initialDelaySeconds + * image scp: don't require port for ssh URL + * Ignore docker's end point config when the final network mode isn't bridge. + * Fix running container from docker client with rootful in rootless podman. + * [skip-ci] Packit: remove koji and bodhi tasks for v4.9 + * Bump to v4.9.4-dev + * Remove gitleaks scanning + + + + + podman-4.9.5-1.1.s390x.rpm + + + podman-4.9.5-1.1.src.rpm + + + podman-debuginfo-4.9.5-1.1.s390x.rpm + + + podman-docker-4.9.5-1.1.noarch.rpm + + + podman-remote-4.9.5-1.1.s390x.rpm + + + podman-remote-debuginfo-4.9.5-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-38 + Recommended update for transactional-update + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for transactional-update fixes the following issues: + +- Version 4.6.8 + - tukit: Properly handle overlay syncing failures + - soft-reboot: Log requested reboot type + - soft-reboot: Don't force hard reboot on version change only + +- Version 4.6.7 + - Add support for snapper 0.11.0; also significantly decreases cleanup time (bsc#1223504) + + + + + dracut-transactional-update-4.8.1-1.1.noarch.rpm + + + libtukit4-4.8.1-1.1.s390x.rpm + + + libtukit4-debuginfo-4.8.1-1.1.s390x.rpm + + + transactional-update-4.8.1-1.1.s390x.rpm + + + transactional-update-4.8.1-1.1.src.rpm + + + transactional-update-debuginfo-4.8.1-1.1.s390x.rpm + + + transactional-update-debugsource-4.8.1-1.1.s390x.rpm + + + transactional-update-zypp-config-4.8.1-1.1.noarch.rpm + + + tukit-4.8.1-1.1.s390x.rpm + + + tukit-debuginfo-4.8.1-1.1.s390x.rpm + + + tukitd-4.8.1-1.1.s390x.rpm + + + tukitd-debuginfo-4.8.1-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-15 + Recommended update for python-azure-agent + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for python-azure-agent fixes the following issues: + +- Set Provisioning.Agent parameter to 'cloud-init' in SLE Micro >= 5.5 (bsc#1227106). +- Do not require wicked in non-SUSE build environments +- Apply python3 interpreter patch in non SLE build environments (bcs#1227067) +- Properly handle SELinux context (bsc#1225946) +- Preserve an existing config file on upgrade (bsc#1222620) + + + + + python-azure-agent-2.9.1.1-2.1.noarch.rpm + + + python-azure-agent-2.9.1.1-2.1.src.rpm + + + python-azure-agent-config-micro-2.9.1.1-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-25 + Security update for gnutls + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for gnutls fixes the following issues: + +- CVE-2024-28835: certtool crash when verifying a certificate chain (bsc#1221747) +- CVE-2024-28834: Fixed side-channel in the deterministic ECDSA (bsc#1221746) +- jitterentropy: Release the memory of the entropy collector when using jitterentropy + with phtreads as there is also a pre-initialization done in the main thread. (bsc#1221242) + + + + + gnutls-3.8.3-2.1.s390x.rpm + + + gnutls-3.8.3-2.1.src.rpm + + + gnutls-debuginfo-3.8.3-2.1.s390x.rpm + + + gnutls-debugsource-3.8.3-2.1.s390x.rpm + + + libgnutls30-3.8.3-2.1.s390x.rpm + + + libgnutls30-debuginfo-3.8.3-2.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-20 + Security update for kernel-firmware + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for kernel-firmware fixes the following issues: + +Update to version 20240712: + +* amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics +* qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458) +* linux-firmware: add firmware for qat_402xx devices +* amdgpu: update raven firmware +* amdgpu: update SMU 13.0.10 firmware +* amdgpu: update SDMA 6.0.3 firmware +* amdgpu: update PSP 13.0.10 firmware +* amdgpu: update GC 11.0.3 firmware +* amdgpu: update vega20 firmware +* amdgpu: update PSP 13.0.5 firmware +* amdgpu: update PSP 13.0.8 firmware +* amdgpu: update vega12 firmware +* amdgpu: update vega10 firmware +* amdgpu: update VCN 4.0.0 firmware +* amdgpu: update SDMA 6.0.0 firmware +* amdgpu: update PSP 13.0.0 firmware +* amdgpu: update GC 11.0.0 firmware +* amdgpu: update picasso firmware +* amdgpu: update beige goby firmware +* amdgpu: update vangogh firmware +* amdgpu: update dimgrey cavefish firmware +* amdgpu: update navy flounder firmware +* amdgpu: update PSP 13.0.11 firmware +* amdgpu: update GC 11.0.4 firmware +* amdgpu: update green sardine firmware +* amdgpu: update VCN 4.0.2 firmware +* amdgpu: update SDMA 6.0.1 firmware +* amdgpu: update PSP 13.0.4 firmware +* amdgpu: update GC 11.0.1 firmware +* amdgpu: update sienna cichlid firmware +* amdgpu: update VPE 6.1.1 firmware +* amdgpu: update VCN 4.0.6 firmware +* amdgpu: update SDMA 6.1.1 firmware +* amdgpu: update PSP 14.0.1 firmware +* amdgpu: update GC 11.5.1 firmware +* amdgpu: update VCN 4.0.5 firmware +* amdgpu: update SDMA 6.1.0 firmware +* amdgpu: update PSP 14.0.0 firmware +* amdgpu: update GC 11.5.0 firmware +* amdgpu: update navi14 firmware +* amdgpu: update renoir firmware +* amdgpu: update navi12 firmware +* amdgpu: update PSP 13.0.6 firmware +* amdgpu: update GC 9.4.3 firmware +* amdgpu: update yellow carp firmware +* amdgpu: update VCN 4.0.4 firmware +* amdgpu: update SMU 13.0.7 firmware +* amdgpu: update SDMA 6.0.2 firmware +* amdgpu: update PSP 13.0.7 firmware +* amdgpu: update GC 11.0.2 firmware +* amdgpu: update navi10 firmware +* amdgpu: update raven2 firmware +* amdgpu: update aldebaran firmware +* linux-firmware: Update AMD cpu microcode +* linux-firmware: Add ISH firmware file for Intel Lunar Lake platform +* amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics +* cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41 +* amdgpu: Update ISP FW for isp v4.1.1 + + + + + kernel-firmware-20240728-1.1.src.rpm + + + kernel-firmware-all-20240728-1.1.noarch.rpm + + + kernel-firmware-amdgpu-20240728-1.1.noarch.rpm + + + kernel-firmware-ath10k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath11k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath12k-20240728-1.1.noarch.rpm + + + kernel-firmware-atheros-20240728-1.1.noarch.rpm + + + kernel-firmware-bluetooth-20240728-1.1.noarch.rpm + + + kernel-firmware-bnx2-20240728-1.1.noarch.rpm + + + kernel-firmware-brcm-20240728-1.1.noarch.rpm + + + kernel-firmware-chelsio-20240728-1.1.noarch.rpm + + + kernel-firmware-dpaa2-20240728-1.1.noarch.rpm + + + kernel-firmware-i915-20240728-1.1.noarch.rpm + + + kernel-firmware-intel-20240728-1.1.noarch.rpm + + + kernel-firmware-iwlwifi-20240728-1.1.noarch.rpm + + + kernel-firmware-liquidio-20240728-1.1.noarch.rpm + + + kernel-firmware-marvell-20240728-1.1.noarch.rpm + + + kernel-firmware-media-20240728-1.1.noarch.rpm + + + kernel-firmware-mediatek-20240728-1.1.noarch.rpm + + + kernel-firmware-mellanox-20240728-1.1.noarch.rpm + + + kernel-firmware-mwifiex-20240728-1.1.noarch.rpm + + + kernel-firmware-network-20240728-1.1.noarch.rpm + + + kernel-firmware-nfp-20240728-1.1.noarch.rpm + + + kernel-firmware-nvidia-20240728-1.1.noarch.rpm + + + kernel-firmware-platform-20240728-1.1.noarch.rpm + + + kernel-firmware-prestera-20240728-1.1.noarch.rpm + + + kernel-firmware-qcom-20240728-1.1.noarch.rpm + + + kernel-firmware-qlogic-20240728-1.1.noarch.rpm + + + kernel-firmware-radeon-20240728-1.1.noarch.rpm + + + kernel-firmware-realtek-20240728-1.1.noarch.rpm + + + kernel-firmware-serial-20240728-1.1.noarch.rpm + + + kernel-firmware-sound-20240728-1.1.noarch.rpm + + + kernel-firmware-ti-20240728-1.1.noarch.rpm + + + kernel-firmware-ueagle-20240728-1.1.noarch.rpm + + + kernel-firmware-usb-network-20240728-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-21 + Security update for skopeo + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for skopeo fixes the following issues: + +- Update to version 1.14.4: + * CVE-2024-3727: digest type does not guarantee valid type (bsc#1224123) + * Packit: update packit targets + * Bump gopkg.in/go-jose to v2.6.3 + * Bump ocicrypt and go-jose CVE-2024-28180 + * Freeze the fedora-minimal image reference at Fedora 38 + * Bump c/common to v0.57.4 + * Bump google.golang.org/protobuf to v1.33.0 + * Bump Skopeo to v1.14.3-dev + +- Update to version 1.14.2: + * Bump c/image to v5.29.2, c/common to v0.57.3 (fixes bsc#1219563) + +- Update to version 1.14.1: + * fix(deps): update module github.com/containers/common to v0.57.2 + * fix(deps): update module github.com/containers/image/v5 to v5.29.1 + * chore(deps): update dependency containers/automation_images to v20240102 + * Fix libsubid detection + * fix(deps): update module golang.org/x/term to v0.16.0 + * fix(deps): update golang.org/x/exp digest to 02704c9 + * chore(deps): update dependency containers/automation_images to v20231208 + * [skip-ci] Update actions/stale action to v9 + * fix(deps): update module github.com/containers/common to v0.57.1 + * fix(deps): update golang.org/x/exp digest to 6522937 + * fix(deps): update module golang.org/x/term to v0.15.0 + + + + + skopeo-1.14.4-1.1.s390x.rpm + + + skopeo-1.14.4-1.1.src.rpm + + + skopeo-debuginfo-1.14.4-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-9 + Recommended update for bash, libcap-ng, libselinux, libselinux-bindings, libsemanage, zypper + low + SUSE ALP Source Standard Core 1.0 Build + + + + This update fixes the following issues: + +- No change rebuild due to dependency changes. + + + + + bash-5.2.15-3.1.s390x.rpm + + + bash-5.2.15-3.1.src.rpm + + + bash-debuginfo-5.2.15-3.1.s390x.rpm + + + bash-debugsource-5.2.15-3.1.s390x.rpm + + + bash-sh-5.2.15-3.1.noarch.rpm + + + libcap-ng-0.8.3-4.1.src.rpm + + + libcap-ng-debugsource-0.8.3-4.1.s390x.rpm + + + libcap-ng0-0.8.3-4.1.s390x.rpm + + + libcap-ng0-debuginfo-0.8.3-4.1.s390x.rpm + + + libselinux-3.5-3.1.src.rpm + + + libselinux-debugsource-3.5-3.1.s390x.rpm + + + libselinux1-3.5-3.1.s390x.rpm + + + libselinux1-debuginfo-3.5-3.1.s390x.rpm + + + selinux-tools-3.5-3.1.s390x.rpm + + + selinux-tools-debuginfo-3.5-3.1.s390x.rpm + + + libselinux-bindings-3.5-3.1.src.rpm + + + libselinux-bindings-debugsource-3.5-3.1.s390x.rpm + + + python3-selinux-3.5-3.1.s390x.rpm + + + python3-selinux-debuginfo-3.5-3.1.s390x.rpm + + + libsemanage-3.5-3.1.src.rpm + + + libsemanage-conf-3.5-3.1.s390x.rpm + + + libsemanage-debugsource-3.5-3.1.s390x.rpm + + + libsemanage2-3.5-3.1.s390x.rpm + + + libsemanage2-debuginfo-3.5-3.1.s390x.rpm + + + zypper-1.14.68-2.1.s390x.rpm + + + zypper-1.14.68-2.1.src.rpm + + + zypper-debuginfo-1.14.68-2.1.s390x.rpm + + + zypper-debugsource-1.14.68-2.1.s390x.rpm + + + zypper-needs-restarting-1.14.68-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-24 + Security update for ca-certificates-mozilla + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for ca-certificates-mozilla fixes the following issues: + +- Updated to 2.68 state of Mozilla SSL root CAs (bsc#1227525) + - Added: FIRMAPROFESIONAL CA ROOT-A WEB + - Distrust: GLOBALTRUST 2020 + +- Updated to 2.66 state of Mozilla SSL root CAs (bsc#1220356) + Added: + - CommScope Public Trust ECC Root-01 + - CommScope Public Trust ECC Root-02 + - CommScope Public Trust RSA Root-01 + - CommScope Public Trust RSA Root-02 + - D-Trust SBR Root CA 1 2022 + - D-Trust SBR Root CA 2 2022 + - Telekom Security SMIME ECC Root 2021 + - Telekom Security SMIME RSA Root 2023 + - Telekom Security TLS ECC Root 2020 + - Telekom Security TLS RSA Root 2023 + - TrustAsia Global Root CA G3 + - TrustAsia Global Root CA G4 + Removed: + - Autoridad de Certificacion Firmaprofesional CIF A62634068 + - Chambers of Commerce Root - 2008 + - Global Chambersign Root - 2008 + - Security Communication Root CA + - Symantec Class 1 Public Primary Certification Authority - G6 + - Symantec Class 2 Public Primary Certification Authority - G6 + - TrustCor ECA-1 + - TrustCor RootCert CA-1 + - TrustCor RootCert CA-2 + - VeriSign Class 1 Public Primary Certification Authority - G3 + - VeriSign Class 2 Public Primary Certification Authority - G3 + + + + + ca-certificates-mozilla-2.68-1.1.noarch.rpm + + + ca-certificates-mozilla-2.68-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-31 + Security update for unbound + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for unbound fixes the following issues: + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Use prefixes instead of sudo in unbound.service (bsc#1215628) + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + + + + + + libunbound8-1.21.0-1.1.s390x.rpm + + + libunbound8-debuginfo-1.21.0-1.1.s390x.rpm + + + unbound-1.21.0-1.1.src.rpm + + + unbound-anchor-1.21.0-1.1.s390x.rpm + + + unbound-anchor-debuginfo-1.21.0-1.1.s390x.rpm + + + unbound-debugsource-1.21.0-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-23 + Security update for python311, python-rpm-macros + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + This update for python311, python-rpm-macros fixes the following issues: + +python311: + - CVE-2024-0450: Fixed zipfile module vulnerability with "quoted-overlap" zipbomb (bsc#1221854) + - CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448) + - CVE-2024-0397: Fixed memory race condition in ssl.SSLContext certificate store methods (bsc#1226447) + - CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780) + - Fixed executable bits for /usr/bin/idle* (bsc#1227378). + + +python-rpm-macros: + + - Update to version 20240618.c146b29: + * Add %FLAVOR_pytest and %FLAVOR_pyunittest variants + + - Update to version 20240618.1e386da: + * Fix python_clone sed regex + + - Update to version 20240614.02920b8: + * Make sure that RPM_BUILD_ROOT env is set + * don't eliminate any cmdline arguments in the shebang line + * Create python313 macros + + - Update to version 20240415.c664b45: + * Fix typo 310 -> 312 in default-prjconf + + - Update to version 20240202.501440e: + * SPEC0: Drop python39, add python312 to buildset (#169) + + - Update to version 20231220.98427f3: + * fix python2_compile macro + + - Update to version 20231207.46c2ec3: + * make FLAVOR_compile compatible with python2 + + - Update to version 20231204.dd64e74: + * Combine fix_shebang in one line + * New macro FLAVOR_fix_shebang_path + * Use realpath in %python_clone macro shebang replacement + * Compile and fix_shebang in %python_install macros + + - Update to version 20231010.0a1f0d9: + * Revert "Compile and fix_shebang in %python_install macros" + * gh#openSUSE/python-rpm-macros#163 + + - Update to version 20231010.a32e110: + * Compile and fix_shebang in %python_install macros + + - Update to version 20231005.bf2d3ab: + * Fix shebang also in sbin with macro _fix_shebang + + + + + python311-3.11.8-3.1.s390x.rpm + + + python311-3.11.8-3.1.src.rpm + + + python311-curses-3.11.8-3.1.s390x.rpm + + + python311-curses-debuginfo-3.11.8-3.1.s390x.rpm + + + python311-debuginfo-3.11.8-3.1.s390x.rpm + + + python311-debugsource-3.11.8-3.1.s390x.rpm + + + libpython3_11-1_0-3.11.8-3.1.s390x.rpm + + + libpython3_11-1_0-debuginfo-3.11.8-3.1.s390x.rpm + + + python311-base-3.11.8-3.1.s390x.rpm + + + python311-base-debuginfo-3.11.8-3.1.s390x.rpm + + + python311-core-3.11.8-3.1.src.rpm + + + python311-core-debugsource-3.11.8-3.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-33 + Recommended update for dracut + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for dracut fixes the following issues: + +- Update to version 059+suse.567.gadd3169d: + * 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) + + + + + dracut-059+suse.571.g32b61281-1.1.s390x.rpm + + + dracut-059+suse.571.g32b61281-1.1.src.rpm + + + dracut-debuginfo-059+suse.571.g32b61281-1.1.s390x.rpm + + + dracut-debugsource-059+suse.571.g32b61281-1.1.s390x.rpm + + + dracut-fips-059+suse.571.g32b61281-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-19 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 RT kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-41011: drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (bsc#1228114). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103). +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26852: Fixed use-after-free in ip6_route_mpath_notify() (bsc#1223057). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (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). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor (bsc#1219216). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- 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). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (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/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). Including kabi preservation patch. +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net: Remove conditional threaded-NAPI wakeup based on task state (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- 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). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (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). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Split __perf_pending_irq() out of perf_pending_irq() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (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: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/debug: Update stale reference to sched_debug.c (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: hsr: Extend the testsuite to also cover HSRv1 (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: pch: Do not disable interrupts while acquiring lock in ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Do not initialize uart_port's spin_lock (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (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: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT prerequisite backports)). + + + + + kernel-devel-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.src.rpm + True + + + + + + SUSE-SLE-Micro-6.0-30 + Security update for curl + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for curl fixes the following issues: + +Security issues fixed: + +- CVE-2024-7264: ASN.1 date parser overread (bsc#1228535) +- CVE-2024-6197: Freeing stack buffer in utf8asn1str (bsc#1227888) +- CVE-2024-2379: QUIC certificate check bypass with wolfSSL (bsc#1221666) +- CVE-2024-2466: TLS certificate check bypass with mbedTLS (bsc#1221668) +- CVE-2024-2004: Usage of disabled protocol (bsc#1221665) +- CVE-2024-2398: HTTP/2 push headers memory-leak (bsc#1221667) + +Non-security issue fixed: + +- Fixed various TLS related issues including FTP over SSL transmission timeouts. + + + + + curl-8.6.0-1.2.s390x.rpm + + + curl-8.6.0-1.2.src.rpm + + + curl-debuginfo-8.6.0-1.2.s390x.rpm + + + curl-debugsource-8.6.0-1.2.s390x.rpm + + + libcurl4-8.6.0-1.2.s390x.rpm + + + libcurl4-debuginfo-8.6.0-1.2.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-27 + Security update for glib2 + low + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for glib2 fixes the following issues: + +- Fixed a possible use after free regression introduced by CVE-2024-34397 patch (bsc#1224044). + + + + + glib2-2.76.2-5.1.src.rpm + + + glib2-debugsource-2.76.2-5.1.s390x.rpm + + + glib2-tools-2.76.2-5.1.s390x.rpm + + + glib2-tools-debuginfo-2.76.2-5.1.s390x.rpm + + + libgio-2_0-0-2.76.2-5.1.s390x.rpm + + + libgio-2_0-0-debuginfo-2.76.2-5.1.s390x.rpm + + + libglib-2_0-0-2.76.2-5.1.s390x.rpm + + + libglib-2_0-0-debuginfo-2.76.2-5.1.s390x.rpm + + + libgmodule-2_0-0-2.76.2-5.1.s390x.rpm + + + libgmodule-2_0-0-debuginfo-2.76.2-5.1.s390x.rpm + + + libgobject-2_0-0-2.76.2-5.1.s390x.rpm + + + libgobject-2_0-0-debuginfo-2.76.2-5.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-35 + Security update for avahi + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for avahi fixes the following issues: + +Security issues fixed: + +- CVE-2023-38471: Extract host name using avahi_unescape_label (bsc#1216594). +- CVE-2023-38469: Reject overly long TXT resource records (bsc#1216598). + +Non-security issue fixed: + +- no longer supply bogus services to callbacks (bsc#1226586). + + + + + avahi-0.8-5.1.s390x.rpm + + + avahi-0.8-5.1.src.rpm + + + avahi-debuginfo-0.8-5.1.s390x.rpm + + + avahi-debugsource-0.8-5.1.s390x.rpm + + + libavahi-client3-0.8-5.1.s390x.rpm + + + libavahi-client3-debuginfo-0.8-5.1.s390x.rpm + + + libavahi-common3-0.8-5.1.s390x.rpm + + + libavahi-common3-debuginfo-0.8-5.1.s390x.rpm + + + libavahi-core7-0.8-5.1.s390x.rpm + + + libavahi-core7-debuginfo-0.8-5.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-26 + Recommended update for suse-build-key + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for suse-build-key fixes the following issues: + +Extended 2048 bit SUSE SLE 12, 15 GA-SP5 key until 2028. (bsc#1229339) + + + + + + suse-build-key-12.0-4.1.noarch.rpm + + + suse-build-key-12.0-4.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-28 + Security update for python-requests + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-requests fixes the following issues: + +- Update to 2.32.2 + * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, + we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing + custom HTTPAdapters will need to migrate their code to use this new API. get_connection is + considered deprecated in all versions of Requests>=2.32.0. + +- Update to 2.32.1 + * Fixed an issue where setting verify=False on the first request from a Session + will cause subsequent requests to the same origin to also ignore cert verification, + regardless of the value of verify. (bsc#1224788, CVE-2024-35195) + * verify=True now reuses a global SSLContext which should improve request time + variance between first and subsequent requests. + * Requests now supports optional use of character detection (chardet or charset_normalizer) + when repackaged or vendored. This enables pip and other projects to minimize their + vendoring surface area. + * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7. + * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. + + + + + python-requests-2.32.2-1.1.src.rpm + + + python311-requests-2.32.2-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-37 + Security update for python-Jinja2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for python-Jinja2 fixes the following issues: + +- CVE-2024-34064, CVE-2024-22195: HTML attribute injection when passing user input as keys to xmlattr filter (bsc#1223980, bsc#1218722) + + + + + python-Jinja2-3.1.2-6.1.src.rpm + + + python311-Jinja2-3.1.2-6.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-36 + Security update for python-urllib3 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-urllib3 fixes the following issues: + +- CVE-2024-37891: Fixed issue where proxy-authorization request header was not stripped during cross-origin redirects (bsc#1226469) + + + + + python-urllib3-2.1.0-2.1.src.rpm + + + python311-urllib3-2.1.0-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-32 + Security update for glibc + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for glibc fixes the following issues: + +Fixed security issues: + +- CVE-2024-33602: Use time_t for return type of addgetnetgrentX (bsc#1223425) +- CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bsc#1223423) +- CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bsc#1223424) +- CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bsc#1223424) +- CVE-2024-33601, CVE-2024-33602: netgroup: Use two buffers in addgetnetgrentX (bsc#1223425) +- CVE-2024-2961: iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (bsc#1222992) + +Fixed non-security issues: + +- Add workaround for invalid use of libc_nonshared.a with non-SUSE libc (bsc#1221482) +- Fix segfault in wcsncmp (bsc#1228041) +- Also include stat64 in the 32-bit libc_nonshared.a workaround (bsc#1221482) +- Avoid creating ULP prologue for _start routine (bsc#1221940) +- Also add libc_nonshared.a workaround to 32-bit x86 compat package (bsc#1221482) +- malloc: Use __get_nprocs on arena_get2 +- linux: Use rseq area unconditionally in sched_getcpu + + + + + glibc-2.38-7.1.s390x.rpm + + + glibc-2.38-7.1.src.rpm + + + glibc-debuginfo-2.38-7.1.s390x.rpm + + + glibc-debugsource-2.38-7.1.s390x.rpm + + + glibc-devel-2.38-7.1.s390x.rpm + + + glibc-devel-debuginfo-2.38-7.1.s390x.rpm + + + glibc-locale-2.38-7.1.s390x.rpm + + + glibc-locale-base-2.38-7.1.s390x.rpm + + + glibc-locale-base-debuginfo-2.38-7.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-34 + Recommended update for kernel-livepatch-tools + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + This update for kernel-livepatch-tools fixes the following issues: + +kernel-livepatch-tools is released in version 1.4. + + + + + kernel-livepatch-tools-1.4-1.1.noarch.rpm + + + kernel-livepatch-tools-1.4-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-43 + Security update for selinux-policy + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for selinux-policy fixes the following issues: + +Update to version 20230523+git25.ad22dd7f: + +* Backport wtmpdb label change to have the same wtmpdb label + as in SL Micro 6.1 (bsc#1229132) +* Add auth_rw_wtmpdb_login_records to domains using auth_manage_login_records +* Add auth_rw_wtmpdb_login_records to modules +* Allow xdm_t to read-write to wtmpdb (bsc#1225984) +* Introduce types for wtmpdb and rw interface +* Introduce wtmp_file_type attribute +* Revert "Add policy for wtmpdb (bsc#1210717)" + +Update to version 20230523+git18.f44daf8a: + +* Provide type for sysstat lock files (bsc#1228247) + +Update to version 20230523+git16.0849f54c: + +* allow firewalld access to /dev/random and write HW acceleration logs + (bsc#1215405, bsc#1227930) + + + + + selinux-policy-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-20230523+git25.ad22dd7f-1.1.src.rpm + + + selinux-policy-devel-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-targeted-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-45 + Security update for libxml2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for libxml2 fixes the following issues: + +- CVE-2024-34459: Fixed buffer over-read in (bsc#1224282) + + + + + libxml2-2-2.11.6-3.1.s390x.rpm + + + libxml2-2-debuginfo-2.11.6-3.1.s390x.rpm + + + libxml2-2.11.6-3.1.src.rpm + + + libxml2-debugsource-2.11.6-3.1.s390x.rpm + + + libxml2-tools-2.11.6-3.1.s390x.rpm + + + libxml2-tools-debuginfo-2.11.6-3.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-44 + Security update for expat + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for expat fixes the following issues: + +- CVE-2024-45492: detect integer overflow in function nextScaffoldPart (bsc#1229932) +- CVE-2024-45491: detect integer overflow in dtdCopy (bsc#1229931) +- CVE-2024-45490: reject negative len for XML_ParseBuffer (bsc#1229930) +- CVE-2024-28757: XML Entity Expansion attack when there is isolated use of external parsers (bsc#1221289) + + + + + expat-2.5.0-2.188.src.rpm + + + expat-debugsource-2.5.0-2.188.s390x.rpm + + + libexpat1-2.5.0-2.188.s390x.rpm + + + libexpat1-debuginfo-2.5.0-2.188.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-42 + Recommended update for perl-Bootloader + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for perl-Bootloader fixes the following issues: + +- bootloader_entry script can have an optional 'force-default' argument (bsc#1215064) + + This fixes the %post section for kernel-rt. + + + + + + perl-Bootloader-1.6-3.1.s390x.rpm + + + perl-Bootloader-1.6-3.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-48 + Security update for git + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + This update for git fixes the following issues: + +git was updated to 2.45.1: + + * CVE-2024-32002: recursive clones on case-insensitive + filesystems that support symbolic links are susceptible to case + confusion (bsc#1224168) + * CVE-2024-32004: arbitrary code execution during local clones + (bsc#1224170) + * CVE-2024-32020: file overwriting vulnerability during local + clones (bsc#1224171) + * CVE-2024-32021: git may create hardlinks to arbitrary user- + readable files (bsc#1224172) + * CVE-2024-32465: arbitrary code execution during clone operations + (bsc#1224173) + +Update to 2.45.0: + + * Improved efficiency managing repositories with many references + ("git init --ref-format=reftable") + * "git checkout -p" and friends learned that that "@" is a + synonym for "HEAD" + * cli improvements handling refs + * Expanded a number of commands and options, UI improvements + * status.showUntrackedFiles now accepts "true" + * git-cherry-pick(1) now automatically drops redundant commits + with new --empty option + * The userdiff patterns for C# has been updated. + +Update to 2.44.0: + + * "git checkout -B <branch>" now longer allows switching to a + branch that is in use on another worktree. The users need to + use "--ignore-other-worktrees" option. + * Faster server-side rebases with git replay + * Faster pack generation with multi-pack reuse + * rebase auto-squashing now works in non-interactive mode + * pathspec now understands attr, e.g. ':(attr:~binary) for + selecting non-binaries, or builtin_objectmode for selecting + items by file mode or other properties + * Many other cli UI and internal improvements and extensions + +- Do not replace apparmor configuration, fixes bsc#1216545 + +Update to 2.43.2: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt + * Update to a new feature recently added, "git show-ref --exists". + * Rename detection logic ignored the final line of a file if it + is an incomplete line. + * "git diff --no-rename A B" did not disable rename detection but + did not trigger an error from the command line parser. + * "git diff --no-index file1 file2" segfaulted while invoking the + external diff driver, which has been corrected. + * A failed "git tag -s" did not necessarily result in an error + depending on the crypto backend, which has been corrected. + * "git stash" sometimes was silent even when it failed due to + unwritable index file, which has been corrected. + * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the + mechanism by flipping what yes/no means by mistake, which has + been corrected. + +Update to 2.43.1: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt + +- gitweb AppArmor profile: allow reading etc/gitweb-common.conf + (bsc#1218664) + +- git moved to /usr/libexec/git/git, update AppArmor profile + accordingly (bsc#1218588) + +Update to 2.43.0: + + * The "--rfc" option of "git format-patch" used to be a valid way to + override an earlier "--subject-prefix=<something>" on the command + line and replace it with "[RFC PATCH]", but from this release, it + merely prefixes the string "RFC " in front of the given subject + prefix. If you are negatively affected by this change, please use + "--subject-prefix=PATCH --rfc" as a replacement. + * In Git 2.42, "git rev-list --stdin" learned to take non-revisions + (like "--not") from the standard input, but the way such a "--not" was + handled was quite confusing, which has been rethought. The updated + rule is that "--not" given from the command line only affects revs + given from the command line that comes but not revs read from the + standard input, and "--not" read from the standard input affects + revs given from the standard input and not revs given from the + command line. + * A message written in olden time prevented a branch from getting + checked out, saying it is already checked out elsewhere. But these + days, we treat a branch that is being bisected or rebased just like + a branch that is checked out and protect it from getting modified + with the same codepath. The message has been rephrased to say that + the branch is "in use" to avoid confusion. + * Hourly and other schedules of "git maintenance" jobs are randomly + distributed now. + * "git cmd -h" learned to signal which options can be negated by + listing such options like "--[no-]opt". + * The way authentication related data other than passwords (e.g., + oauth token and password expiration data) are stored in libsecret + keyrings has been rethought. + * Update the libsecret and wincred credential helpers to correctly + match which credential to erase; they erased the wrong entry in + some cases. + * Git GUI updates. + * "git format-patch" learned a new "--description-file" option that + lets cover letter description to be fed; this can be used on + detached HEAD where there is no branch description available, and + also can override the branch description if there is one. + * Use of the "--max-pack-size" option to allow multiple packfiles to + be created is now supported even when we are sending unreachable + objects to cruft packs. + * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the + "--subject-prefix" option and used "[RFC PATCH]"; now we will add + "RFC" prefix to whatever subject prefix is specified. + * "git log --format" has been taught the %(decorate) placeholder for + further customization over what the "--decorate" option offers. + * The default log message created by "git revert", when reverting a + commit that records a revert, has been tweaked, to encourage people + to describe complex "revert of revert of revert" situations better in + their own words. + * The command-line completion support (in contrib/) learned to + complete "git commit --trailer=" for possible trailer keys. + * "git update-index" learned the "--show-index-version" option to + inspect the index format version used by the on-disk index file. + * "git diff" learned the "diff.statNameWidth" configuration variable, + to give the default width for the name part in the "--stat" output. + * "git range-diff --notes=foo" compared "log --notes=foo --notes" of + the two ranges, instead of using just the specified notes tree, + which has been corrected to use only the specified notes tree. + * The command line completion script (in contrib/) can be told to + complete aliases by including ": git <cmd> ;" in the alias to tell + it that the alias should be completed in a similar way to how "git + <cmd>" is completed. The parsing code for the alias has been + loosened to allow ';' without an extra space before it. + * "git for-each-ref" and friends learned to apply mailmap to + authorname and other fields in a more flexible way than using + separate placeholder letters like %a[eElL] every time we want to + come up with small variants. + * "git repack" machinery learned to pay attention to the "--filter=" + option. + * "git repack" learned the "--max-cruft-size" option to prevent cruft + packs from growing without bounds. + * "git merge-tree" learned to take strategy backend specific options + via the "-X" option, like "git merge" does. + * "git log" and friends learned the "--dd" option that is a + short-hand for "--diff-merges=first-parent -p". + * The attribute subsystem learned to honor the "attr.tree" + configuration variable that specifies which tree to read the + .gitattributes files from. + * "git merge-file" learns a mode to read three variants of the + contents to be merged from blob objects. + * see https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.0.txt + +Update 2.42.1: + + * Fix "git diff" exit code handling + + + + + git-2.45.1-1.1.s390x.rpm + + + git-2.45.1-1.1.src.rpm + + + git-core-2.45.1-1.1.s390x.rpm + + + git-core-debuginfo-2.45.1-1.1.s390x.rpm + + + git-debuginfo-2.45.1-1.1.s390x.rpm + + + git-debugsource-2.45.1-1.1.s390x.rpm + + + perl-Git-2.45.1-1.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-47 + Security update for libarchive + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libarchive fixes the following issues: + +- CVE-2024-20696: Fixed out-of-bounds access in in copy_from_lzss_window_to_unp() (bsc#1225971) +- CVE-2024-20697: Fixed heap based buffer overflow in rar e8 filter (bsc#1225972) + + + + + libarchive-3.6.2-3.1.src.rpm + + + libarchive-debugsource-3.6.2-3.1.s390x.rpm + + + libarchive13-3.6.2-3.1.s390x.rpm + + + libarchive13-debuginfo-3.6.2-3.1.s390x.rpm + + + + + + SUSE-SLE-Micro-6.0-50 + Security update for libpcap + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libpcap fixes the following issues: + +- CVE-2024-8006: Fixed NULL pointer dereference in pcap_findalldevs_ex() (bsc#1230034) +- CVE-2023-7256: Fixed double free via addrinfo in sock_initaddress() (bsc#1230020) + + + + + libpcap-1.10.4-3.1.src.rpm + + + libpcap-debugsource-1.10.4-3.1.s390x.rpm + + + libpcap1-1.10.4-3.1.s390x.rpm + + + libpcap1-debuginfo-1.10.4-3.1.s390x.rpm + + + + + diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..3195403 --- /dev/null +++ b/update.sh @@ -0,0 +1,12 @@ + +base_url="https://download.suse.de/ibs/SUSE/Products/SL-Micro/6.0" + +for arch in x86_64 aarch64 s390x; do + updateinfo=`curl -L -s -o - $base_url/$arch/product/repodata/repomd.xml | sed -n 's,.* href="repodata/\(.*-updateinfo.xml.zst\)".*,\1,p'` + curl -L -s -o - $base_url/$arch/product/repodata/$updateinfo | zstdcat - > $arch.updateinfo.xml +done + +version=`sed -n 's,.*issued date="\([^"]*\)".*,\1,p' x86_64.updateinfo.xml | sort | tail -n 1` + +sed -i "s,^%define snapshot_version.*,%define snapshot_version $version," *.spec + diff --git a/x86_64.updateinfo.xml b/x86_64.updateinfo.xml new file mode 100644 index 0000000..633de74 --- /dev/null +++ b/x86_64.updateinfo.xml @@ -0,0 +1,16168 @@ + + + SUSE-SLE-Micro-6.0-17 + Recommended update for cockpit + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cockpit fixes the following issues: + +- Support for watching lastlog2 and wtpmdb. (bsc#1220551) + + + + + + cockpit-309-6.1.src.rpm + + + cockpit-309-6.1.x86_64.rpm + + + cockpit-bridge-309-6.1.x86_64.rpm + + + cockpit-bridge-debuginfo-309-6.1.x86_64.rpm + + + cockpit-debuginfo-309-6.1.x86_64.rpm + + + cockpit-debugsource-309-6.1.x86_64.rpm + + + cockpit-networkmanager-309-6.1.noarch.rpm + + + cockpit-selinux-309-6.1.noarch.rpm + + + cockpit-storaged-309-6.1.noarch.rpm + + + cockpit-system-309-6.1.noarch.rpm + + + cockpit-ws-309-6.1.x86_64.rpm + + + cockpit-ws-debuginfo-309-6.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-18 + Security update for nghttp2 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for nghttp2 fixes the following issues: + +- CVE-2024-28182: Fixed denial of service via http/2 continuation frames (bsc#1221399) + + + + + libnghttp2-14-1.52.0-5.1.x86_64.rpm + + + libnghttp2-14-debuginfo-1.52.0-5.1.x86_64.rpm + + + nghttp2-1.52.0-5.1.src.rpm + + + nghttp2-debugsource-1.52.0-5.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-2 + Recommended update for cloud-init + important + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for cloud-init fixes the following issue: + +- skip renames if the device is already present (bsc#1219680) + + + + + cloud-init-23.3-7.1.src.rpm + + + cloud-init-23.3-7.1.x86_64.rpm + + + cloud-init-config-suse-23.3-7.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-39 + Recommended update for salt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for salt fixes the following issues: + +- Fix rich rule comparison in firewalld module (bsc#1222684) +- test_vultrpy: adjust test expectation to prevent failure after Debian 10 EOL +- Make auth.pam more robust with Salt Bundle and fix tests +- Fix performance of user.list_groups with many remote groups +- Fix "status.diskusage" function and exclude some tests for Salt Bundle +- Skip certain tests if necessary for some OSes and set flaky ones +- Add a timer to delete old env post update for venv-minion +- Several fixes for tests to avoid errors and failures in some OSes +- Speed up salt.matcher.confirm_top by using __context__ +- Do not call the async wrapper calls with the separate thread +- Prevent OOM with high amount of batch async calls (bsc#1216063) +- Add missing contextvars dependency in salt.version +- Skip tests for unsupported algorithm on old OpenSSL version +- Remove redundant `_file_find` call to the master +- Prevent possible exception in tornado.concurrent.Future._set_done +- Make reactor engine less blocking the EventPublisher +- Make salt-master self recoverable on killing EventPublisher +- Improve broken events catching and reporting +- Make logging calls lighter +- Remove unused import causing delays on starting salt-master +- Mark python3-CherryPy as recommended package for the testsuite +- Make "man" a recommended package instead of required +- Convert oscap output to UTF-8 +- Make Salt compatible with Python 3.11 +- Ignore non-ascii chars in oscap output (bsc#1219001) +- Fix detected issues in Salt tests when running on VMs +- Make importing seco.range thread safe (bsc#1211649) +- Fix problematic tests and allow smooth tests executions on containers +- Discover Ansible playbook files as "*.yml" or "*.yaml" files (bsc#1211888) +- Provide user(salt)/group(salt) capabilities for RPM 4.19 +- Extend dependencies for python3-salt-testsuite and python3-salt packages +- Improve Salt and testsuite packages multibuild +- Enable multibuilld and create test flavor + + + + + python3-salt-3006.0-6.8.x86_64.rpm + True + + + salt-3006.0-6.8.src.rpm + True + + + salt-3006.0-6.8.x86_64.rpm + True + + + salt-master-3006.0-6.8.x86_64.rpm + True + + + salt-minion-3006.0-6.8.x86_64.rpm + True + + + salt-transactional-update-3006.0-6.8.x86_64.rpm + True + + + + + + SUSE-SLE-Micro-6.0-29 + Recommended update for gcc13 + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for gcc13 fixes the following issues: + +- Update to GCC 13.3 release + +- Removed Fiji support from the GCN offload compiler as that is requiring + Code Object version 3 which is no longer supported by llvm18. +- Avoid combine spending too much compile-time and memory doing nothing + on s390x. [bsc#1188441] +- Make requirement to lld version specific to avoid requiring the + meta-package. +- Fix unwinding for JIT code. [bsc#1221239] +- Revert libgccjit dependency change. [bsc#1220724] + + + + + gcc13-13.3.0+git8781-1.1.src.rpm + + + gcc13-debugsource-13.3.0+git8781-1.1.x86_64.rpm + + + libatomic1-13.3.0+git8781-1.1.x86_64.rpm + + + libatomic1-debuginfo-13.3.0+git8781-1.1.x86_64.rpm + + + libgcc_s1-13.3.0+git8781-1.1.x86_64.rpm + + + libgcc_s1-debuginfo-13.3.0+git8781-1.1.x86_64.rpm + + + libgomp1-13.3.0+git8781-1.1.x86_64.rpm + + + libgomp1-debuginfo-13.3.0+git8781-1.1.x86_64.rpm + + + libstdc++6-13.3.0+git8781-1.1.x86_64.rpm + + + libstdc++6-debuginfo-13.3.0+git8781-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-7 + Security update for less + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for less fixes the following issues: + +- CVE-2024-32487: Fix a bug where mishandling of \n character in paths when LESSOPEN is set leads to OS command execution. (bsc#1222849) + + + + + less-633-3.1.src.rpm + + + less-633-3.1.x86_64.rpm + + + less-debuginfo-633-3.1.x86_64.rpm + + + less-debugsource-633-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-14 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35956: Fixed qgroup prealloc rsv leak in subvolume operations (bsc#1224674) +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (CVE-2023-52698 bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649 CVE-2024-26638). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). +- CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). +- CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). +- CVE-2024-26844: Fixed WARNING in _copy_from_iter (bsc#1223015). +- CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). +- CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). +- CVE-2024-26774: Fixed dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). +- CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). +- CVE-2024-26815: Fixed improper TCA_TAPRIO_TC_ENTRY_INDEX check (bsc#1222635). +- CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). +- CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). +- CVE-2024-26731: Fixed NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). +- CVE-2024-26805: Fixed a kernel-infoleak-after-free in __skb_datagram_iter in netlink (bsc#1222630). +- CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). +- CVE-2024-26740: Fixed use the backlog for mirred ingress (bsc#1222563). +- CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). +- CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). +- CVE-2023-52640: Fixed out-of-bounds in ntfs_listxattr (bsc#1222301). +- CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). +- CVE-2023-52631: Fixed an NULL dereference bug (bsc#1222264 CVE-2023-52631). +- CVE-2024-24861: Fixed an overflow due to race condition in media/xc4000 device driver in xc4000 xc4000_get_frequency() function (bsc#1219623). +- CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). +- CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). +- CVE-2023-52458: Fixed check that partition length needs to be aligned with block size (bsc#1220428). +- CVE-2023-7042: Fixed a null-pointer-dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (bsc#1218336). +- CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). +- CVE-2023-6270: Fixed a use-after-free issue in aoecmd_cfg_pkts (bsc#1218562). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). +- ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: aoa: avoid false-positive format truncation warning (git-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). +- ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). +- ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). +- ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). +- ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). +- ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). +- ALSA: hda/tas2781: add locks to kcontrols (git-fixes). +- ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). +- ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: fix for acp_init function error handling (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). +- ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). +- ASoC: rt5682-sdw: fix locking sequence (git-fixes). +- ASoC: rt711-sdca: fix locking sequence (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt711-sdw: fix locking sequence (git-fixes). +- ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). +- ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). +- ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). +- ASoC: topology: Do not assign fields that are already set (stable-fixes). +- ASoC: topology: Fix references to freed memory (stable-fixes). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). +- Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). +- Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). +- Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: add quirk for broken address properties (git-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). +- Bluetooth: btintel: Fixe build regression (git-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). +- Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). +- Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). +- Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). +- Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). +- Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix device-address endianness (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: allocate keycode for Display refresh rate toggle (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: imagis - use FIELD_GET where applicable (stable-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). +- Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- NFS: Fix an off by one in root_nfs_cat() (git-fixes). +- NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). +- NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Convert the callback workqueue to use delayed_work (git-fixes). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). +- NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). +- NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). +- NFSD: Retransmit callbacks after client reconnects (git-fixes). +- NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). +- NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). +- NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). +- NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). +- NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). +- NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/AER: Block runtime suspend when handling errors (stable-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: hv: Fix ring buffer size calculation (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: qcom: Add support for sa8775p SoC (git-fixes). +- PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). +- RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). +- RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). +- Refresh kabi workaround ath updates (bsc#1227149#) +- Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) +- Remove NTFSv3 from configs (bsc#1224429) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). +- SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- Temporarily drop KVM patch that caused a regression (bsc#1226158) +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Add hub_get() and hub_put() routines (stable-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). +- USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: add device ID for VeriFone adapter (stable-fixes). +- USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). +- USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). +- USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- Workaround broken chacha crypto fallback (bsc#1218205). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- accel/ivpu: Fix deadlock in context_xa (git-fixes). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- ahci: asm1064: asm1166: do not limit reported ports (git-fixes). +- ahci: asm1064: correct count of reported ports (stable-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) +- arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: bpf: fix 32bit unconditional bswap (git-fixes). +- arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) +- arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) +- arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). +- ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). +- batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnx2x: Fix firmware version string character counts (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) +- bpf, scripts: Correct GPL license name (git-fixes). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: stop copying to iter at EOF on sync reads (bsc#1222606). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: qcom: reset: Commonize the de/assert functions (stable-fixes). +- clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). +- clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). +- comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) +- coresight: trbe: Allocate platform data per device (bsc#1220587) +- coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - relocate and rename get_service_enabled() (stable-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxl/acpi: Fix load failures due to single window creation failure (git-fixes). +- cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- cxl/trace: Properly initialize cxl_poison region name (git-fixes). +- dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). +- dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). +- dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- device-dax: make dax_bus_type const (jsc#PED-5853). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lkb refcounting (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm crypt: remove redundant state settings after waking up (jsc#PED-7542). +- dm thin: add braces around conditional code that spans lines (jsc#PED-7542). +- dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). +- dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) +- dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). +- dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). +- docs: Restore "smart quotes" for quotes (stable-fixes). +- docs: crypto: async-tx-api: fix broken code example (git-fixes). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dml2 copy functions (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix idle check for shared firmware state (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix nanosec stat overflow (stable-fixes). +- drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). +- drm/amd/display: Prevent crash when disable stream (stable-fixes). +- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). +- drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Return the correct HDCP error code (stable-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). +- drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). +- drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane (stable-fixes). +- drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). +- drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). +- drm/amd/display: handle range offsets in VRR ranges (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). +- drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). +- drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (stable-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: always force full reset for SOC21 (stable-fixes). +- drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). +- drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). +- drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). +- drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). +- drm/amdgpu: fix use-after-free bug (stable-fixes). +- drm/amdgpu: fix visible VRAM handling during faults (git-fixes). +- drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: make damage clips support configurable (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: remove invalid resource->start check v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Fix memory leak in create_process failure (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/ast: Fix soft lockup (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/buddy: check range allocation matches alignment (stable-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/display: fix typo (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: do not return negative values from .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). +- drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). +- drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). +- drm/i915/dp: Remove support for UHBR13.5 (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). +- drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disable HW load balancing for CCS (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). +- drm/i915/gt: Enable only one CCS for compute workload (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). +- drm/i915/mst: Reject FEC+MST on ICL (git-fixes). +- drm/i915/mtl: Update workaround 14018575942 (git-fixes). +- drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). +- drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Disable port sync when bigjoiner is used (stable-fixes). +- drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/i915: Include the PLL name in the debug messages (stable-fixes). +- drm/i915: Pre-populate the cursor physical dma address (git-fixes). +- drm/i915: Replace a memset() with zero initialization (stable-fixes). +- drm/i915: Stop printing pipe name as hex (stable-fixes). +- drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). +- drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). +- drm/i915: Use named initializers for DPLL info (stable-fixes). +- drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: do not allow overriding data from catalog (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). +- drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/msm: Add newlines to some debug prints (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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: do not return negative error codes from drm_panel_get_modes() (stable-fixes). +- drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). +- drm/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). +- drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/panfrost: fix power transition timeout warnings (git-fixes). +- drm/prime: Unbreak virtgpu dma-buf export (git-fixes). +- drm/probe-helper: warn about negative .get_modes() (stable-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). +- drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). +- drm/sched: fix null-ptr-deref in init entity (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). +- drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). +- drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm/vmwgfx: Fix prime import/export (git-fixes). +- drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). +- drm: Check output polling initialized before disabling (stable-fixes). +- drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). +- drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: nv04: Fix out of bounds access (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Minor flow correction in e1000_shutdown function (git-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: disable mirror feature during crashkernel (stable-fixes). +- efi: fix panic in kdump kernel (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). +- fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: core: use long bus reset on gap count error (stable-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- geneve: make sure to pull inner header in geneve_rx() (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). +- gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). +- gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (amc6821) add of_match table (stable-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: Fix firmware version comparison function (git-fixes). +- i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- i915: make inject_virtual_interrupt() void (stable-fixes). +- ice: Refactor FW data type and fix bitmap casting issue (git-fixes). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ice: fix memory corruption bug with suspend and rebuild (git-fixes). +- ice: fix stats being updated by way too large values (git-fixes). +- ice: fix typo in assignment (git-fixes). +- ice: fix uninitialized dplls mutex usage (git-fixes). +- ice: reconfig host after changing MSI-X on VF (git-fixes). +- ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). +- ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). +- ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: disable local BH when scheduling napi for marker packets (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- igb: Fix missing time sync events (git-fixes). +- igb: extend PTP timestamp adjustments to i211 (git-fixes). +- igc: Fix missing time sync events (git-fixes). +- igc: Remove stale comment about Tx timestamping (git-fixes). +- igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: gts-helper: Fix division loop (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- inet: frags: eliminate kernel-doc warning (git-fixes). +- inet_diag: annotate data-races around inet_diag_table[] (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel: legacy: Partial revert of field get conversion (git-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). +- interconnect: qcom: sm8550: Enable sync_state (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Allocate local memory for page request queue (git-fixes). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Fix wrong use of pasid config (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). +- iommu/vt-d: Update iotlb in nested domain attach (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Map reserved memory as cacheable if device is coherent (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). +- iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). +- iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). +- iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). +- ionic: set adminq irq affinity (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). +- ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: Adjust trace_iterator.wait_index (git-fixes). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore Wangxun ethernet driver local symbols +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore brcmfmac-specific local symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kasan/test: avoid gcc warning for intentional overflow (git-fixes). +- kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). +- kasan: print the original fault addr when access invalid shadow (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). +- md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). +- md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). +- md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). +- md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). +- md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). +- md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). +- md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). +- md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). +- md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). +- md: add a new helper rdev_has_badblock() (jsc#PED-7542). +- md: add a new helper reshape_interrupted() (jsc#PED-7542). +- md: changed the switch of RAID_VERSION to if (jsc#PED-7542). +- md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). +- md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). +- md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). +- md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). +- md: export helper md_is_rdwr() (jsc#PED-7542). +- md: export helpers to stop sync_thread (jsc#PED-7542). +- md: factor out a helper to sync mddev (jsc#PED-7542). +- md: fix kmemleak of rdev->serial (jsc#PED-7542). +- md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). +- md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). +- md: preserve KABI in struct md_personality (jsc#PED-7542). +- md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). +- md: remove redundant md_wakeup_thread() (jsc#PED-7542). +- md: return directly before setting did_set_md_closing (jsc#PED-7542). +- md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). +- md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: cadence: csi2rx: use match fwnode for media link (git-fixes). +- media: cec: core: remove length check of Timer Status (stable-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix flags handling when creating pad links (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: Rename pad variable to clarify intent (stable-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: sta2x11: fix irq handler cast (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add arrow lake point H DID (stable-fixes). +- mei: me: add arrow lake point S DID (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). +- mlxbf_gige: stop PHY during open() error paths (git-fixes). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm,page_owner: Defer enablement of static branch (bsc#1222366). +- mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). +- mm,page_owner: Fix printing of stack records (bsc#1222366). +- mm,page_owner: Fix refcount imbalance (bsc#1222366). +- mm,page_owner: Update metadata for tail pages (bsc#1222366). +- mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). +- mm,page_owner: drop unnecessary check (bsc#1222366). +- mm,page_owner: fix recursion (bsc#1222366). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). +- mm: memcg: use larger batches for proactive reclaim (bsc#1222522). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mm_init kABI workaround (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Avoid negative index with array access (git-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: core: Initialize mmc_blk_ioc_data (git-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). +- mmc: omap: fix broken slot switch lookup (git-fixes). +- mmc: omap: fix deferred probe (git-fixes). +- mmc: omap: restore original power up/down steps (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- mtd: spinand: Add support for 5-byte IDs (stable-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, Change flow rule destination checking (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix fw reporter diagnose output (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). +- net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: fix documentation of buffer sizes (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). +- net: NSH: fix kernel-doc notation warning (git-fixes). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). +- net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (git-fixes). +- net: bonding: remove kernel-doc comment marker (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: cfg802154: fix kernel-doc notation warnings (git-fixes). +- net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). +- net: dsa: mt7530: fix handling of all link-local frames (git-fixes). +- net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). +- net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Remove ena_select_queue (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). +- 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). +- net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: hns3: fix index limit to support all queue stats (git-fixes). +- net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). +- net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). +- net: hns3: fix port duplex configure error in IMP reset (git-fixes). +- net: hns3: fix wrong judgment condition issue (git-fixes). +- net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). +- net: hns3: tracing: fix hclgevf trace event strings (git-fixes). +- net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). +- net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (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). +- net: libwx: fix memory leak on free page (git-fixes). +- net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). +- net: llc: fix kernel-doc notation warnings (git-fixes). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). +- net: phy: micrel: Fix potential null pointer dereference (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). +- net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). +- net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). +- net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). +- net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). +- net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net: veth: do not manipulate GRO when using XDP (git-fixes). +- net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nf_conntrack: fix -Wunused-const-variable= (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfp: flower: handle acti_netdevs allocation failure (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: Fix a regression in nfsd_setattr() (git-fixes). +- nfsd: do not call locks_release_private() twice concurrently (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix OOB in nilfs_set_de_type (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential bug in end_buffer_async_write (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau/dmem: handle kcalloc() allocation failure (git-fixes). +- nouveau/gsp: do not check devinit disable on GSP (git-fixes). +- nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: fix devinit paths to only handle display on GSP (git-fixes). +- nouveau: fix function cast warning (git-fixes). +- nouveau: fix instmem race condition around ptr stores (git-fixes). +- nouveau: lock the client object tree (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nouveau: reset the bo resource bus info after an eviction (git-fixes). +- nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). +- nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). +- nvdimm: make nvdimm_bus_type const (jsc#PED-5853). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-fc: do not wait in vain when unloading module (git-fixes). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix reconnection fail due to reserved tag allocation (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-fc: abort command when there is no binding (git-fixes). +- nvmet-fc: avoid deadlock on delete association path (git-fixes). +- nvmet-fc: defer cleanup using RCU properly (git-fixes). +- nvmet-fc: hold reference on hostport match (git-fixes). +- nvmet-fc: release reference on target port (git-fixes). +- nvmet-fc: take ref count on tgtport before delete assoc (git-fixes). +- nvmet-fcloop: swap the list_add_tail arguments (git-fixes). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix devlink params (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). +- octeontx2-af: Use separate handlers for interrupts (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). +- octeontx2-pf: Use default max_active works instead of one (git-fixes). +- octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- octeontx2: Detect the mbox up or down message via register (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf tests: Make data symbol test wait for perf to start (bsc#1220045). +- perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). +- perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/amd/lbr: Use freeze based on availability (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: intel-vbtn: Update tablet mode switch at end of probe (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). +- pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). +- pstore: inode: Only d_invalidate() is needed (git-fixes). +- pwm: img: fix pwm clock lookup (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). +- r8169: skip DASH fw status checks when DASH is disabled (git-fixes). +- random: handle creditable entropy from atomic process context (git-fixes). +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). +- regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). +- regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). +- ring-buffer: Do not set shortest_full when full target is hit (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Fix full_waiters_pending in poll (git-fixes). +- ring-buffer: Fix resetting of shortest_full (git-fixes). +- ring-buffer: Fix waking up ring buffer readers (git-fixes). +- ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). +- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) Some builds do not just create an iso9660 image, but also mount it during build. +- rpm/kernel-obs-build.spec.in: Add networking modules for docker (bsc#1226211) docker needs more networking modules, even legacy iptable_nat and _filter. +- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. Wrap the long line to make it readable. +- rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). +- rtc: cmos: Fix return value of nvmem callbacks (git-fixes). +- rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/fair: Check root_domain::overload value before update (bsc#1222173). +- sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). +- sched/psi: Select KERNFS as needed (git-fixes). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). +- scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). +- scsi: core: Fix unremoved procfs host directory regression (git-fixes). +- scsi: csiostor: Avoid function pointer casts (git-fixes). +- scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). +- scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). +- scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). +- scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). +- scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). +- scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). +- scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). +- scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). +- scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). +- scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). +- scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). +- scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). +- scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (git-fixes). +- scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). +- scsi: mylex: Fix sysfs buffer lengths (git-fixes). +- scsi: qla2xxx: Change debug message during driver unload (bsc1221816). +- scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). +- scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). +- scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). +- scsi: qla2xxx: Fix double free of fcport (bsc1221816). +- scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). +- scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). +- scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). +- scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). +- scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). +- scsi: qla2xxx: Update manufacturer detail (bsc1221816). +- scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). +- scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). +- scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). +- scsi: sg: Avoid sg device teardown race (git-fixes). +- scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: forwarding: Fix ping failure due to short timeout (git-fixes). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). +- selinux: avoid dereference of garbage after mount failure (git-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). +- serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: Lock console when calling into driver before registration (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: core: only stop transmit when HW fifo is empty (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). +- serial: max310x: fix syntax error in IRQ error message (git-fixes). +- serial: mxs-auart: add spinlock around changing cts state (git-fixes). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- serial: stm32: Reset .throttled state in .startup() (git-fixes). +- series.conf: cleanup Fix subsection header to silence series_insert error. +- slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). +- soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). +- soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Avoid crash on very long word (git-fixes). +- speakup: Fix 8bit characters from direct synth (git-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). +- spi: lm70llp: fix links in doc and comments (git-fixes). +- spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). +- spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). +- staging: vc04_services: fix information leak in create_component() (git-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- stmmac: Clear variable when destroying workqueue (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) +- supported.conf: Add APM X-Gene SoC hardware monitoring driver (jsc#PED-8649) Module is marked supported because of merge from SP6, but lets add reference to SLM6.0 maintenance task. +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8644) +- supported.conf: Add support for v4l2-dv-timings (jsc#PED-8645) +- supported.conf: mark orangefs as optional We do not support orangefs at all (and it is already marked as such), but since there are no SLE consumers of it, mark it as optional. +- supported.conf: mark ufs as unsupported UFS is an unsupported filesystem, mark it as such. We still keep it around (not marking as optional), to accommodate any potential migrations from BSD systems. +- supported.conf: mark vdpa modules supported (jsc#PED-8954) +- supported.conf: support tcp_dctcp module (jsc#PED-8111) +- supported.conf: update for mt76 stuff (bsc#1227149) +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- swiotlb: use the calculated number of areas (git-fixes). +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). +- thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). +- tracing: Remove precision vsnprintf() check from print event (git-fixes). +- tracing: Use .flush() call to wake up readers (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). +- tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). +- ubifs: Queue up space reservation tasks if retrying many times (git-fixes). +- ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). +- ubifs: Set page uptodate in the correct place (git-fixes). +- ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). +- ubifs: fix sort function prototype (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). +- usb: cdc-wdm: close race between read and workqueue (git-fixes). +- usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). +- usb: dwc2: gadget: LPM flow fix (git-fixes). +- usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). +- usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). +- usb: dwc2: host: Fix hibernation flow (git-fixes). +- usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). +- usb: dwc3-am62: Disable wakeup at remove (git-fixes). +- usb: dwc3-am62: Rename private data (git-fixes). +- usb: dwc3-am62: fix module unload/reload behavior (git-fixes). +- usb: dwc3: Properly set system wakeup (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: Drop duplicate ID (git-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: phy: generic: Get the vbus supply (git-fixes). +- usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). +- usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). +- usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). +- usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: Update PD of Type-C port upon pd_set (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Ack unsupported commands (stable-fixes). +- usb: typec: ucsi: Check for notifications after init (git-fixes). +- usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). +- usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). +- usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). +- usb: typec: ucsi: Fix connector check on init (git-fixes). +- usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). +- usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: udc: remove warning when queue disabled ep (stable-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). +- usb: xhci: Implement xhci_handshake_check_state() helper. +- usb: xhci: correct return value in case of STS_HCE (git-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vdpa/mlx5: Allow CVQ size changes (git-fixes). +- vdpa_sim: reset must not run (git-fixes). +- veth: try harder when allocating queue memory (git-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights (stable-fixes). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). +- wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix null pointer access when abort scan (stable-fixes). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wireguard: netlink: access device through ctx instead of peer (git-fixes). +- wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). +- wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix BHI retpoline check (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). +- x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86/xen: Add some null pointer checking to smp.c (git-fixes). +- x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). +- xen-netfront: Add missing skb_mark_for_recycle (git-fixes). +- xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). +- xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). +- xen/events: increment refcnt only if event channel is refcounted (git-fixes). +- xen/events: modify internal [un]bind interfaces (git-fixes). +- xen/events: reduce externally visible helper functions (git-fixes). +- xen/events: remove some simple helpers from events_base.c (git-fixes). +- xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xen: evtchn: Allow shared registration of IRQ handers (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: allow extent free intents to be retried (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). +- xhci: add helper that checks for unhandled events on a event ring (git-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). +- xhci: simplify event ring dequeue tracking for transfer events (git-fixes). + + + + + kernel-devel-6.4.0-18.1.noarch.rpm + True + + + kernel-macros-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.noarch.rpm + True + + + kernel-source-6.4.0-18.1.src.rpm + True + + + kernel-default-6.4.0-18.1.nosrc.rpm + True + + + kernel-default-6.4.0-18.1.x86_64.rpm + True + + + kernel-default-debuginfo-6.4.0-18.1.x86_64.rpm + True + + + kernel-default-debugsource-6.4.0-18.1.x86_64.rpm + True + + + kernel-default-extra-6.4.0-18.1.x86_64.rpm + True + + + kernel-default-extra-debuginfo-6.4.0-18.1.x86_64.rpm + True + + + kernel-kvmsmall-6.4.0-18.1.nosrc.rpm + True + + + kernel-kvmsmall-6.4.0-18.1.x86_64.rpm + True + + + kernel-kvmsmall-debuginfo-6.4.0-18.1.x86_64.rpm + True + + + kernel-kvmsmall-debugsource-6.4.0-18.1.x86_64.rpm + True + + + kernel-default-base-6.4.0-17.1.1.51.src.rpm + True + + + kernel-default-base-6.4.0-17.1.1.51.x86_64.rpm + True + + + + + + SUSE-SLE-Micro-6.0-8 + Security update for openssh + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for openssh fixes the following issues: + +- CVE-2024-39894: Fixed timing attacks against echo-off password entry (bsc#1227318) +- CVE-2024-6387: Fixed race condition in a signal handler (bsc#1226642). + + + + + openssh-9.6p1-2.1.src.rpm + + + openssh-9.6p1-2.1.x86_64.rpm + + + openssh-clients-9.6p1-2.1.x86_64.rpm + + + openssh-clients-debuginfo-9.6p1-2.1.x86_64.rpm + + + openssh-common-9.6p1-2.1.x86_64.rpm + + + openssh-common-debuginfo-9.6p1-2.1.x86_64.rpm + + + openssh-debuginfo-9.6p1-2.1.x86_64.rpm + + + openssh-debugsource-9.6p1-2.1.x86_64.rpm + + + openssh-fips-9.6p1-2.1.x86_64.rpm + + + openssh-server-9.6p1-2.1.x86_64.rpm + + + openssh-server-config-rootlogin-9.6p1-2.1.x86_64.rpm + + + openssh-server-debuginfo-9.6p1-2.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-11 + Security update for wget + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for wget fixes the following issues: + +- CVE-2024-38428: Fix mishandled semicolons in the userinfo subcomponent of a URI. (bsc#1226419) + +- Update to GNU wget 1.24.5: + * Fix how subdomain matches are checked for HSTS. + * Wget will now also parse the srcset attribute in <source> HTML tags + * Support reading fetchmail style "user" and "passwd" fields from netrc + * In some cases, prevent the confusing "Cannot write to... (success)" error messages + * Support extremely fast download speeds (TB/s) + * Ensure that CSS URLs are corectly quoted + * libproxy support is now upstream- drop wget-libproxy.patch + + + + + wget-1.24.5-1.1.src.rpm + + + wget-1.24.5-1.1.x86_64.rpm + + + wget-debuginfo-1.24.5-1.1.x86_64.rpm + + + wget-debugsource-1.24.5-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-10 + Security update for qemu + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for qemu fixes the following issues: + +- Update to version 8.2.5: + * target/loongarch: fix a wrong print in cpu dump + * ui/sdl2: Allow host to power down screen + * target/i386: fix SSE and SSE2 feature check + * target/i386: fix xsave.flat from kvm-unit-tests + * disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs + * target/riscv/kvm.c: Fix the hart bit setting of AIA + * target/riscv: rvzicbo: Fixup CBO extension register calculation + * target/riscv: do not set mtval2 for non guest-page faults + * target/riscv: prioritize pmp errors in raise_mmu_exception() + * target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions + * target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w + * target/riscv: rvv: Check single width operator for vector fp widen instructions + * target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions + * target/riscv/cpu.c: fix Zvkb extension config + * target/riscv: Fix the element agnostic function problem + * target/riscv/kvm: tolerate KVM disable ext errors + * hw/intc/riscv_aplic: APLICs should add child earlier than realize + * iotests: test NBD+TLS+iothread + * qio: Inherit follow_coroutine_ctx across TLS + * target/arm: Disable SVE extensions when SVE is disabled + * hw/intc/arm_gic: Fix handling of NS view of GICC_APR<n> + * hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers + * gitlab: use 'setarch -R' to workaround tsan bug + * gitlab: use $MAKE instead of 'make' + * dockerfiles: add 'MAKE' env variable to remaining containers + * gitlab: Update msys2-64bit runner tags + * target/i386: no single-step exception after MOV or POP SS + +- Update to version 8.2.4. + * target/sh4: Fix SUBV opcode + * target/sh4: Fix ADDV opcode + * hw/arm/npcm7xx: Store derivative OTP fuse key in little endian + * hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields + * hw/ufs: Fix buffer overflow bug + * tests/avocado: update sunxi kernel from armbian to 6.6.16 + * target/loongarch/cpu.c: typo fix: expection + * backends/cryptodev-builtin: Fix local_error leaks + * nbd/server: Mark negotiation functions as coroutine_fn + * nbd/server: do not poll within a coroutine context + * linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY + * target/riscv/kvm: change timer regs size to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 + * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 + +- Update to version 8.2.3. + * Update version for 8.2.3 release + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus + * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately + * virtio-pci: fix use of a released vector + * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4} + * hw/audio/virtio-snd: Remove unused assignment + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set + * hw/net/lan9118: Fix overflow in MIL TX FIFO + * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition + * backends/cryptodev: Do not abort for invalid session ID + * hw/misc/applesmc: Fix memory leak in reset() handler + * hw/block/nand: Fix out-of-bound access in NAND block buffer + * hw/block/nand: Have blk_load() take unsigned offset and return boolean + * hw/block/nand: Factor nand_load_iolen() method out + * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs + * mirror: Don't call job_pause_point() under graph lock (bsc#1224179) + +- Backports and bugfixes: + * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() (bsc#1222841, CVE-2024-3567) + * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) + * hw/virtio: Introduce virtio_bh_new_guarded() helper (bsc#1222843, CVE-2024-3446) + * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set (bsc#1222845, CVE-2024-3447) + * hw/nvme: Use pcie_sriov_num_vfs() (bsc#1220065, CVE-2024-26328) + +- Update to version 8.2.2 + * chardev/char-socket: Fix TLS io channels sending too much data to the backend + * tests/unit/test-util-sockets: Remove temporary file after test + * hw/usb/bus.c: PCAP adding 0xA in Windows version + * hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" + * gitlab: force allow use of pip in Cirrus jobs + * tests/vm: avoid re-building the VM images all the time + * tests/vm: update openbsd image to 7.4 + * target/i386: leave the A20 bit set in the final NPT walk + * target/i386: remove unnecessary/wrong application of the A20 mask + * target/i386: Fix physical address truncation + * target/i386: check validity of VMCB addresses + * target/i386: mask high bits of CR3 in 32-bit mode + * pl031: Update last RTCLR value on write in case it's read back + * hw/nvme: fix invalid endian conversion + * update edk2 binaries to edk2-stable202402 + * update edk2 submodule to edk2-stable202402 + * target/ppc: Fix crash on machine check caused by ifetch + * target/ppc: Fix lxv/stxv MSR facility check + * .gitlab-ci.d/windows.yml: Drop msys2-32bit job + * system/vl: Update description for input grab key + * docs/system: Update description for input grab key + * hw/hppa/Kconfig: Fix building with "configure --without-default-devices" + * tests/qtest: Depend on dbus_display1_dep + * meson: Explicitly specify dbus-display1.h dependency + * audio: Depend on dbus_display1_dep + * ui/console: Fix console resize with placeholder surface + * ui/clipboard: add asserts for update and request + * ui/clipboard: mark type as not available when there is no data + * ui: reject extended clipboard message if not activated + * target/i386: Generate an illegal opcode exception on cmp instructions with lock prefix + * i386/cpuid: Move leaf 7 to correct group + * i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F + * i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs + * i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available + * .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit + * iotests: Make 144 deterministic again + * target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU + * target/arm: Fix SVE/SME gross MTE suppression checks + * target/arm: Handle mte in do_ldrq, do_ldro +- Address bsc#1220310. Backported upstream commits: + * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS + * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. + + + + + qemu-8.2.5-1.1.src.rpm + + + qemu-8.2.5-1.1.x86_64.rpm + + + qemu-accel-tcg-x86-8.2.5-1.1.x86_64.rpm + + + qemu-accel-tcg-x86-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-audio-spice-8.2.5-1.1.x86_64.rpm + + + qemu-audio-spice-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-block-curl-8.2.5-1.1.x86_64.rpm + + + qemu-block-curl-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-block-iscsi-8.2.5-1.1.x86_64.rpm + + + qemu-block-iscsi-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-block-rbd-8.2.5-1.1.x86_64.rpm + + + qemu-block-rbd-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-block-ssh-8.2.5-1.1.x86_64.rpm + + + qemu-block-ssh-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-chardev-spice-8.2.5-1.1.x86_64.rpm + + + qemu-chardev-spice-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-debugsource-8.2.5-1.1.x86_64.rpm + + + qemu-guest-agent-8.2.5-1.1.x86_64.rpm + + + qemu-guest-agent-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-qxl-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-qxl-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-gpu-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-gpu-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-gpu-pci-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-gpu-pci-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-vga-8.2.5-1.1.x86_64.rpm + + + qemu-hw-display-virtio-vga-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-usb-host-8.2.5-1.1.x86_64.rpm + + + qemu-hw-usb-host-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-hw-usb-redirect-8.2.5-1.1.x86_64.rpm + + + qemu-hw-usb-redirect-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-img-8.2.5-1.1.x86_64.rpm + + + qemu-img-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-ipxe-8.2.5-1.1.noarch.rpm + + + qemu-ksm-8.2.5-1.1.x86_64.rpm + + + qemu-lang-8.2.5-1.1.x86_64.rpm + + + qemu-pr-helper-8.2.5-1.1.x86_64.rpm + + + qemu-pr-helper-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-seabios-8.2.51.16.3_3_ga95067eb-1.1.noarch.rpm + + + qemu-tools-8.2.5-1.1.x86_64.rpm + + + qemu-tools-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-ui-opengl-8.2.5-1.1.x86_64.rpm + + + qemu-ui-opengl-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-ui-spice-core-8.2.5-1.1.x86_64.rpm + + + qemu-ui-spice-core-debuginfo-8.2.5-1.1.x86_64.rpm + + + qemu-vgabios-8.2.51.16.3_3_ga95067eb-1.1.noarch.rpm + + + qemu-x86-8.2.5-1.1.x86_64.rpm + + + qemu-x86-debuginfo-8.2.5-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-40 + Security update for libvirt + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libvirt fixes the following issues: + +Security issue fixed: + +- CVE-2024-4418: rpc: ensure temporary GSource is removed from client event loop (bsc#1223849) + +Non-security issue fixed: + +- libxl: Fix domxml-to-native conversion (bsc#1222584) +- qemu: Fix migration with custom XML (bsc#1226492) + + + + + libvirt-10.0.0-3.1.src.rpm + + + libvirt-client-10.0.0-3.1.x86_64.rpm + + + libvirt-client-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-client-qemu-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-common-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-common-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-config-network-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-network-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-network-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-nodedev-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-nodedev-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-nwfilter-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-nwfilter-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-qemu-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-qemu-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-secret-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-secret-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-core-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-core-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-disk-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-disk-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-iscsi-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-iscsi-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-iscsi-direct-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-logical-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-logical-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-mpath-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-mpath-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-rbd-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-rbd-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-scsi-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-driver-storage-scsi-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-hooks-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-lock-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-lock-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-log-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-log-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-plugin-lockd-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-plugin-lockd-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-proxy-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-proxy-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-daemon-qemu-10.0.0-3.1.x86_64.rpm + + + libvirt-debugsource-10.0.0-3.1.x86_64.rpm + + + libvirt-libs-10.0.0-3.1.x86_64.rpm + + + libvirt-libs-debuginfo-10.0.0-3.1.x86_64.rpm + + + libvirt-nss-10.0.0-3.1.x86_64.rpm + + + libvirt-nss-debuginfo-10.0.0-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-46 + Security update for podman + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for podman fixes the following issues: + +- CVE-2024-6104: Fixed dependency issue with go-retryablehttp: url might write sensitive information to log file (bsc#1227052). + +- Update to version 4.9.5: + * Bump to v4.9.5 + * Update release notes for v4.9.5 + * fix "concurrent map writes" in network ls compat endpoint + * [v4.9] Fix for CVE-2024-3727 + * Disable failing bud test + * CI Maintenance: Disable machine tests + * [CI:DOCS] Allow downgrade of WiX + * [CI:DOCS] Force WiX 3.11 + * [CI:DOCS] Fix windows installer action + * Bump to v4.9.5-dev + * Bump to v4.9.4 + * Update release notes for v4.9.4 + * [v4.9] Bump Buildah to v1.33.7, CVE-2024-1753, CVE-2024-24786 + * Add farm command to commands list + * Bump to FreeBSD 13.3 (13.2 vanished) + * Update health-start-periods docs + * Don't update health check status during initialDelaySeconds + * image scp: don't require port for ssh URL + * Ignore docker's end point config when the final network mode isn't bridge. + * Fix running container from docker client with rootful in rootless podman. + * [skip-ci] Packit: remove koji and bodhi tasks for v4.9 + * Bump to v4.9.4-dev + * Remove gitleaks scanning + + + + + podman-4.9.5-1.1.src.rpm + + + podman-4.9.5-1.1.x86_64.rpm + + + podman-debuginfo-4.9.5-1.1.x86_64.rpm + + + podman-docker-4.9.5-1.1.noarch.rpm + + + podman-remote-4.9.5-1.1.x86_64.rpm + + + podman-remote-debuginfo-4.9.5-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-38 + Recommended update for transactional-update + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for transactional-update fixes the following issues: + +- Version 4.6.8 + - tukit: Properly handle overlay syncing failures + - soft-reboot: Log requested reboot type + - soft-reboot: Don't force hard reboot on version change only + +- Version 4.6.7 + - Add support for snapper 0.11.0; also significantly decreases cleanup time (bsc#1223504) + + + + + dracut-transactional-update-4.8.1-1.1.noarch.rpm + + + libtukit4-4.8.1-1.1.x86_64.rpm + + + libtukit4-debuginfo-4.8.1-1.1.x86_64.rpm + + + transactional-update-4.8.1-1.1.src.rpm + + + transactional-update-4.8.1-1.1.x86_64.rpm + + + transactional-update-debuginfo-4.8.1-1.1.x86_64.rpm + + + transactional-update-debugsource-4.8.1-1.1.x86_64.rpm + + + transactional-update-zypp-config-4.8.1-1.1.noarch.rpm + + + tukit-4.8.1-1.1.x86_64.rpm + + + tukit-debuginfo-4.8.1-1.1.x86_64.rpm + + + tukitd-4.8.1-1.1.x86_64.rpm + + + tukitd-debuginfo-4.8.1-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-15 + Recommended update for python-azure-agent + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for python-azure-agent fixes the following issues: + +- Set Provisioning.Agent parameter to 'cloud-init' in SLE Micro >= 5.5 (bsc#1227106). +- Do not require wicked in non-SUSE build environments +- Apply python3 interpreter patch in non SLE build environments (bcs#1227067) +- Properly handle SELinux context (bsc#1225946) +- Preserve an existing config file on upgrade (bsc#1222620) + + + + + python-azure-agent-2.9.1.1-2.1.noarch.rpm + + + python-azure-agent-2.9.1.1-2.1.src.rpm + + + python-azure-agent-config-micro-2.9.1.1-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-25 + Security update for gnutls + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for gnutls fixes the following issues: + +- CVE-2024-28835: certtool crash when verifying a certificate chain (bsc#1221747) +- CVE-2024-28834: Fixed side-channel in the deterministic ECDSA (bsc#1221746) +- jitterentropy: Release the memory of the entropy collector when using jitterentropy + with phtreads as there is also a pre-initialization done in the main thread. (bsc#1221242) + + + + + gnutls-3.8.3-2.1.src.rpm + + + gnutls-3.8.3-2.1.x86_64.rpm + + + gnutls-debuginfo-3.8.3-2.1.x86_64.rpm + + + gnutls-debugsource-3.8.3-2.1.x86_64.rpm + + + libgnutls30-3.8.3-2.1.x86_64.rpm + + + libgnutls30-debuginfo-3.8.3-2.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-20 + Security update for kernel-firmware + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for kernel-firmware fixes the following issues: + +Update to version 20240712: + +* amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics +* qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458) +* linux-firmware: add firmware for qat_402xx devices +* amdgpu: update raven firmware +* amdgpu: update SMU 13.0.10 firmware +* amdgpu: update SDMA 6.0.3 firmware +* amdgpu: update PSP 13.0.10 firmware +* amdgpu: update GC 11.0.3 firmware +* amdgpu: update vega20 firmware +* amdgpu: update PSP 13.0.5 firmware +* amdgpu: update PSP 13.0.8 firmware +* amdgpu: update vega12 firmware +* amdgpu: update vega10 firmware +* amdgpu: update VCN 4.0.0 firmware +* amdgpu: update SDMA 6.0.0 firmware +* amdgpu: update PSP 13.0.0 firmware +* amdgpu: update GC 11.0.0 firmware +* amdgpu: update picasso firmware +* amdgpu: update beige goby firmware +* amdgpu: update vangogh firmware +* amdgpu: update dimgrey cavefish firmware +* amdgpu: update navy flounder firmware +* amdgpu: update PSP 13.0.11 firmware +* amdgpu: update GC 11.0.4 firmware +* amdgpu: update green sardine firmware +* amdgpu: update VCN 4.0.2 firmware +* amdgpu: update SDMA 6.0.1 firmware +* amdgpu: update PSP 13.0.4 firmware +* amdgpu: update GC 11.0.1 firmware +* amdgpu: update sienna cichlid firmware +* amdgpu: update VPE 6.1.1 firmware +* amdgpu: update VCN 4.0.6 firmware +* amdgpu: update SDMA 6.1.1 firmware +* amdgpu: update PSP 14.0.1 firmware +* amdgpu: update GC 11.5.1 firmware +* amdgpu: update VCN 4.0.5 firmware +* amdgpu: update SDMA 6.1.0 firmware +* amdgpu: update PSP 14.0.0 firmware +* amdgpu: update GC 11.5.0 firmware +* amdgpu: update navi14 firmware +* amdgpu: update renoir firmware +* amdgpu: update navi12 firmware +* amdgpu: update PSP 13.0.6 firmware +* amdgpu: update GC 9.4.3 firmware +* amdgpu: update yellow carp firmware +* amdgpu: update VCN 4.0.4 firmware +* amdgpu: update SMU 13.0.7 firmware +* amdgpu: update SDMA 6.0.2 firmware +* amdgpu: update PSP 13.0.7 firmware +* amdgpu: update GC 11.0.2 firmware +* amdgpu: update navi10 firmware +* amdgpu: update raven2 firmware +* amdgpu: update aldebaran firmware +* linux-firmware: Update AMD cpu microcode +* linux-firmware: Add ISH firmware file for Intel Lunar Lake platform +* amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics +* cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41 +* amdgpu: Update ISP FW for isp v4.1.1 + + + + + kernel-firmware-20240728-1.1.src.rpm + + + kernel-firmware-all-20240728-1.1.noarch.rpm + + + kernel-firmware-amdgpu-20240728-1.1.noarch.rpm + + + kernel-firmware-ath10k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath11k-20240728-1.1.noarch.rpm + + + kernel-firmware-ath12k-20240728-1.1.noarch.rpm + + + kernel-firmware-atheros-20240728-1.1.noarch.rpm + + + kernel-firmware-bluetooth-20240728-1.1.noarch.rpm + + + kernel-firmware-bnx2-20240728-1.1.noarch.rpm + + + kernel-firmware-brcm-20240728-1.1.noarch.rpm + + + kernel-firmware-chelsio-20240728-1.1.noarch.rpm + + + kernel-firmware-dpaa2-20240728-1.1.noarch.rpm + + + kernel-firmware-i915-20240728-1.1.noarch.rpm + + + kernel-firmware-intel-20240728-1.1.noarch.rpm + + + kernel-firmware-iwlwifi-20240728-1.1.noarch.rpm + + + kernel-firmware-liquidio-20240728-1.1.noarch.rpm + + + kernel-firmware-marvell-20240728-1.1.noarch.rpm + + + kernel-firmware-media-20240728-1.1.noarch.rpm + + + kernel-firmware-mediatek-20240728-1.1.noarch.rpm + + + kernel-firmware-mellanox-20240728-1.1.noarch.rpm + + + kernel-firmware-mwifiex-20240728-1.1.noarch.rpm + + + kernel-firmware-network-20240728-1.1.noarch.rpm + + + kernel-firmware-nfp-20240728-1.1.noarch.rpm + + + kernel-firmware-nvidia-20240728-1.1.noarch.rpm + + + kernel-firmware-platform-20240728-1.1.noarch.rpm + + + kernel-firmware-prestera-20240728-1.1.noarch.rpm + + + kernel-firmware-qcom-20240728-1.1.noarch.rpm + + + kernel-firmware-qlogic-20240728-1.1.noarch.rpm + + + kernel-firmware-radeon-20240728-1.1.noarch.rpm + + + kernel-firmware-realtek-20240728-1.1.noarch.rpm + + + kernel-firmware-serial-20240728-1.1.noarch.rpm + + + kernel-firmware-sound-20240728-1.1.noarch.rpm + + + kernel-firmware-ti-20240728-1.1.noarch.rpm + + + kernel-firmware-ueagle-20240728-1.1.noarch.rpm + + + kernel-firmware-usb-network-20240728-1.1.noarch.rpm + + + ucode-amd-20240728-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-21 + Security update for skopeo + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for skopeo fixes the following issues: + +- Update to version 1.14.4: + * CVE-2024-3727: digest type does not guarantee valid type (bsc#1224123) + * Packit: update packit targets + * Bump gopkg.in/go-jose to v2.6.3 + * Bump ocicrypt and go-jose CVE-2024-28180 + * Freeze the fedora-minimal image reference at Fedora 38 + * Bump c/common to v0.57.4 + * Bump google.golang.org/protobuf to v1.33.0 + * Bump Skopeo to v1.14.3-dev + +- Update to version 1.14.2: + * Bump c/image to v5.29.2, c/common to v0.57.3 (fixes bsc#1219563) + +- Update to version 1.14.1: + * fix(deps): update module github.com/containers/common to v0.57.2 + * fix(deps): update module github.com/containers/image/v5 to v5.29.1 + * chore(deps): update dependency containers/automation_images to v20240102 + * Fix libsubid detection + * fix(deps): update module golang.org/x/term to v0.16.0 + * fix(deps): update golang.org/x/exp digest to 02704c9 + * chore(deps): update dependency containers/automation_images to v20231208 + * [skip-ci] Update actions/stale action to v9 + * fix(deps): update module github.com/containers/common to v0.57.1 + * fix(deps): update golang.org/x/exp digest to 6522937 + * fix(deps): update module golang.org/x/term to v0.15.0 + + + + + skopeo-1.14.4-1.1.src.rpm + + + skopeo-1.14.4-1.1.x86_64.rpm + + + skopeo-debuginfo-1.14.4-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-22 + Security update for ucode-intel + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + This update for ucode-intel fixes the following issues: + +- Intel CPU Microcode was updated to the 20240514 release (bsc#1224277) + - CVE-2023-45733: Security updates for INTEL-SA-01051 + - CVE-2023-46103: Security updates for INTEL-SA-01052 + - CVE-2023-45745,CVE-2023-47855: Security updates for INTEL-SA-01036 + +- Updated to Intel CPU Microcode 20240312 release. (bsc#1221323) + - Security updates for INTEL-SA-INTEL-SA-00972 + - CVE-2023-39368: Protection mechanism failure of bus lock regulator + for some Intel Processors may allow an unauthenticated user to + potentially enable denial of service via network access + - Security updates for INTEL-SA-INTEL-SA-00982 + - CVE-2023-38575: Non-transparent sharing of return predictor targets + between contexts in some Intel Processors may allow an authorized + user to potentially enable information disclosure via local access. + - Security updates for INTEL-SA-INTEL-SA-00898 + - CVE-2023-28746: Information exposure through microarchitectural + state after transient execution from some register files for some + Intel Atom Processors may allow an authenticated user to potentially + enable information disclosure via local access. + - Security updates for INTEL-SA-INTEL-SA-00960 + - CVE-2023-22655 Protection mechanism failure in some 3rd and 4th + Generation Intel Xeon Processors when using Intel SGX or Intel TDX + may allow a privileged user to potentially enable escalation of + privilege via local access. + - Security updates for INTEL-SA-INTEL-SA-01045 + - CVE-2023-43490: Incorrect calculation in microcode keying mechanism + for some Intel Xeon D Processors with Intel SGX may allow a + privileged user to potentially enable information disclosure via + local access. + + + + + ucode-intel-20240813-1.1.src.rpm + True + + + ucode-intel-20240813-1.1.x86_64.rpm + True + + + + + + SUSE-SLE-Micro-6.0-9 + Recommended update for bash, libcap-ng, libselinux, libselinux-bindings, libsemanage, zypper + low + SUSE ALP Source Standard Core 1.0 Build + + + + This update fixes the following issues: + +- No change rebuild due to dependency changes. + + + + + bash-5.2.15-3.1.src.rpm + + + bash-5.2.15-3.1.x86_64.rpm + + + bash-debuginfo-5.2.15-3.1.x86_64.rpm + + + bash-debugsource-5.2.15-3.1.x86_64.rpm + + + bash-sh-5.2.15-3.1.noarch.rpm + + + libcap-ng-0.8.3-4.1.src.rpm + + + libcap-ng-debugsource-0.8.3-4.1.x86_64.rpm + + + libcap-ng0-0.8.3-4.1.x86_64.rpm + + + libcap-ng0-debuginfo-0.8.3-4.1.x86_64.rpm + + + libselinux-3.5-3.1.src.rpm + + + libselinux-debugsource-3.5-3.1.x86_64.rpm + + + libselinux1-3.5-3.1.x86_64.rpm + + + libselinux1-debuginfo-3.5-3.1.x86_64.rpm + + + selinux-tools-3.5-3.1.x86_64.rpm + + + selinux-tools-debuginfo-3.5-3.1.x86_64.rpm + + + libselinux-bindings-3.5-3.1.src.rpm + + + libselinux-bindings-debugsource-3.5-3.1.x86_64.rpm + + + python3-selinux-3.5-3.1.x86_64.rpm + + + python3-selinux-debuginfo-3.5-3.1.x86_64.rpm + + + libsemanage-3.5-3.1.src.rpm + + + libsemanage-conf-3.5-3.1.x86_64.rpm + + + libsemanage-debugsource-3.5-3.1.x86_64.rpm + + + libsemanage2-3.5-3.1.x86_64.rpm + + + libsemanage2-debuginfo-3.5-3.1.x86_64.rpm + + + zypper-1.14.68-2.1.src.rpm + + + zypper-1.14.68-2.1.x86_64.rpm + + + zypper-debuginfo-1.14.68-2.1.x86_64.rpm + + + zypper-debugsource-1.14.68-2.1.x86_64.rpm + + + zypper-needs-restarting-1.14.68-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-24 + Security update for ca-certificates-mozilla + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for ca-certificates-mozilla fixes the following issues: + +- Updated to 2.68 state of Mozilla SSL root CAs (bsc#1227525) + - Added: FIRMAPROFESIONAL CA ROOT-A WEB + - Distrust: GLOBALTRUST 2020 + +- Updated to 2.66 state of Mozilla SSL root CAs (bsc#1220356) + Added: + - CommScope Public Trust ECC Root-01 + - CommScope Public Trust ECC Root-02 + - CommScope Public Trust RSA Root-01 + - CommScope Public Trust RSA Root-02 + - D-Trust SBR Root CA 1 2022 + - D-Trust SBR Root CA 2 2022 + - Telekom Security SMIME ECC Root 2021 + - Telekom Security SMIME RSA Root 2023 + - Telekom Security TLS ECC Root 2020 + - Telekom Security TLS RSA Root 2023 + - TrustAsia Global Root CA G3 + - TrustAsia Global Root CA G4 + Removed: + - Autoridad de Certificacion Firmaprofesional CIF A62634068 + - Chambers of Commerce Root - 2008 + - Global Chambersign Root - 2008 + - Security Communication Root CA + - Symantec Class 1 Public Primary Certification Authority - G6 + - Symantec Class 2 Public Primary Certification Authority - G6 + - TrustCor ECA-1 + - TrustCor RootCert CA-1 + - TrustCor RootCert CA-2 + - VeriSign Class 1 Public Primary Certification Authority - G3 + - VeriSign Class 2 Public Primary Certification Authority - G3 + + + + + ca-certificates-mozilla-2.68-1.1.noarch.rpm + + + ca-certificates-mozilla-2.68-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-16 + Recommended update for elemental-system-agent, elemental, systemd-presets-branding-Elemental, elemental-toolkit, elemental-agent, elemental-operator + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + This update for elemental-system-agent, elemental, systemd-presets-branding-Elemental, elemental-toolkit, elemental-agent, elemental-operator fixes the following issues: + +elemental: + - Update to version v2.1.2 + * Fix grub2-x86_64-efi installation + * Removing syslinux from base image + * Workaround to remove any pre-existing Elemental initrd + +elemental-agent: + - Update to version 0.5.0+git20240729.4482c01: + * Fix rke2 cluster class (#80) + * Fix rootfs layout (#76) + * Exclude cloud-config-defaults feature (#75) + * Use toolkit nightly builds (#74) + * Align images to Elemental dev (#73) + * Only use essential elemental services (#71) + * Actualyze elemental init arguments and improve iso build setup (#70) + * Fix missing mtools dependency (#68) + * Unify root password + * Prevent associating multiple ElementalHosts (#65) + * Remove CodeQL github action workaround (#66) + * upgrade elemental-toolkit to 2.1.0 version (#61) + * tests: align Ginkgo version in the Makefile (#63) + * Dockerfiles: ensure /usr/libexec is present on the image FS (#64) + * minor/setup_kind_cluster.sh: print the command to write the my-config.yaml (#62) + * Fix RKE2 ClusterClass and RKE2 default registration method (#60) + * Remove unused Codecov config (#59) + * Actualize RKE2 templates (#58) + * Remove CodeCov action (#57) + * Update codeql action (#56) + * Display host phases (#51) + * Bump CAPI version (#54) + * Print test agent config by default (#55) + * Deprecate release-action (#53) + * Display association status (#49) + * Add registration ready condition (#50) + * Prevent kubelet and containerd from running in Recovery (#43) + * Mitigate time sync issues on JWT validation (#41) + * Improve kubeadm image (#39) + - Update to version 0.5.0+git20240319.13ad570: + * Update dependencies and fix CodeQL failure (#36) + * Update to go 1.22 (#32) + * Update k3s provider urls (#34) + * Remove tumbleweed dracut patches (#33) + * Refer to CONTROL_PLANE_ENDPOINT_HOST + * Update metadata.yaml + * Update quickstart (#30) + * Remove uninitialized taint from nodes (#29) + * Set providerid on nodes (#22) + * Bump yip to v1.4.10 + - Initial version 0.5.0 + +elemental-operator: + - Update to version 1.6.4: + * register: always register when called (#816) + + - Update to version 1.6.3: + * Backport to v1.6.x (#796) + * Enable PR workflow for v1.6 maintenance branch + * Add toggle to automatically delete no longer in sync versions (#780) (#783) + * [v1.6.x] Add managedosversion finalizer (#775 & #784) (#782) + * Ensure re-sync is triggered + * [v1.6.x][BACKPORT] operator: fix ManagedOSVersionChannel sync (#771) + * Use YAML content for Elemental Agent config (#765) (#770) + * Allow yip configs (#751) (#762) + * Update deployment.yaml (#757) (#761) + * Flag no longer in sync ManagedOSVersions (#750) (#752) + * Let elemental-register digest system hardware data (#748) (#749) + * register: don't send new Disks and Controllers data (#741) + * Added the ability to create a node reset marker for unmanaged hosts (#731) (#737) + + - Update to version 1.6.2: + * chart: add chart name and version to the operator deployment (#694) + * Add Metadata CRD (#717) + +elemental-system-agent: + - Update to version 0.3.7: + * Add support for CATTLE_AGENT_VAR_DIR in suc plan + * add the step for creating GH release, and fix typo in filename + * Migrate from Drone to GitHub Action + * Version bump for Alpine and Kubectl + * Add support for CATTLE_AGENT_STRICT_VERIFY|STRICT_VERIFY environment variables to ensure kubeconfig CA data is valid (#171) + +elemental-toolkit: + - Update to version 2.1.1: + * [backport] Disable boot entry if efivars is read-only (#2059) (#2145) + * [backport] CI refactor to v2.1.x branch (#2146) + * Remove pre-existing Elemental initrds + +systemd-presets-branding-Elemental: + - Include elemental-register.timer as service enabled by default + + + + + + elemental-2.1.1-1.1.noarch.rpm + + + elemental-2.1.1-1.1.src.rpm + + + elemental-updater-2.1.1-1.1.noarch.rpm + + + elemental-operator-1.6.4-1.1.src.rpm + + + elemental-register-1.6.4-1.1.x86_64.rpm + + + elemental-support-1.6.4-1.1.x86_64.rpm + + + elemental-system-agent-0.3.7-1.1.src.rpm + + + elemental-system-agent-0.3.7-1.1.x86_64.rpm + + + elemental-toolkit-2.1.1-1.1.src.rpm + + + elemental-toolkit-2.1.1-1.1.x86_64.rpm + + + systemd-presets-branding-Elemental-20240807-1.1.noarch.rpm + + + systemd-presets-branding-Elemental-20240807-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-31 + Security update for unbound + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for unbound fixes the following issues: + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + +- Update to 1.20.0: + Features: + * The config for discard-timeout, wait-limit, wait-limit-cookie, + wait-limit-netblock and wait-limit-cookie-netblock was added, + for the fix to the DNSBomb issue. + * Merge GH#1027: Introduce 'cache-min-negative-ttl' option. + * Merge GH#1043 from xiaoxiaoafeifei: Add loongarch support; + updates config.guess(2024-01-01) and config.sub(2024-01-01), + verified with upstream. + * Implement cachedb-check-when-serve-expired: yes option, default + is enabled. When serve expired is enabled with cachedb, it + first checks cachedb before serving the expired response. + * Fix GH#876: [FR] can unbound-checkconf be silenced when + configuration is valid? + + Bug Fixes: + * Fix for the DNSBomb vulnerability CVE-2024-33655. Thanks to + Xiang Li from the Network and Information Security Lab of + Tsinghua University for reporting it. + * Update doc/unbound.doxygen with 'doxygen -u'. Fixes option + deprecation warnings and updates with newer defaults. + * Remove unused portion from iter_dname_ttl unit test. + * Fix validator classification of qtype DNAME for positive and + redirection answers, and fix validator signature routine for + dealing with the synthesized CNAME for a DNAME without + previously encountering it and also for when the qtype is + DNAME. + * Fix qname minimisation for reply with a DNAME for qtype CNAME + that answers it. + * Fix doc test so it ignores but outputs unsupported doxygen + options. + * Fix GH#1021 Inconsistent Behavior with Changing + rpz-cname-override and doing a unbound-control reload. + * Merge GH#1028: Clearer documentation for tcp-idle-timeout and + edns-tcp-keepalive-timeout. + * Fix GH#1029: rpz trigger clientip and action rpz-passthru not + working as expected. + * Fix rpz that the rpz override is taken in case of clientip + triggers. Fix that the clientip passthru action is logged. Fix + that the clientip localdata action is logged. Fix rpz override + action cname for the clientip trigger. + * Fix to unify codepath for local alias for rpz cname action + override. + * Fix rpz for cname override action after nsdname and nsip + triggers. + * Fix that addrinfo is not kept around but copied and freed, so + that log-destaddr uses a copy of the information, much like NSD + does. + * Merge GH#1030: Persist the openssl and expat directories for + repeated Windows builds. + * Fix that rpz CNAME content is limited to the max number of + cnames. + * Fix rpz, it follows iterator CNAMEs for nsip and nsdname and + sets the reply query_info values, that is better for debug + logging. + * Fix rpz that copies the cname override completely to the temp + region, so there are no references to the rpz region. + * Add rpz unit test for nsip action override. + * Fix rpz for qtype CNAME after nameserver trigger. + * Fix rpz so that rpz CNAME can apply after rpz CNAME. And fix + that clientip and nsip can give a CNAME. + * Fix localdata and rpz localdata to match CNAME only if no + direct type match is available. + * Merge GH#831 from Pierre4012: Improve Windows NSIS installer + script (setup.nsi). + * For GH#831: Format text, use exclamation icon and explicit label + names. + * Fix name of unit test for subnet cache response. + * Fix GH#1032: The size of subnet_msg_cache calculation mistake + cause memory usage increased beyond expectations. + * Fix for GH#1032, add safeguard to make table space positive. + * Fix comment in lruhash space function. + * Fix to add unit test for lruhash space that exercises the + routines. + * Fix that when the server truncates the pidfile, it does not + follow symbolic links. + * Fix that the server does not chown the pidfile. + * Fix GH#1034: DoT forward-zone via unbound-control. + * Fix for crypto related failures to have a better error string. + * Fix GH#1035: Potential Bug while parsing port from the + "stub-host" string; also affected forward-zones and + remote-control host directives. + * Fix GH#369: dnstap showing extra responses; for client responses + right from the cache when replying with expired data or + prefetching. + * Fix GH#1040: fix heap-buffer-overflow issue in function + cfg_mark_ports of file util/config_file.c. + * For GH#1040: adjust error text and disallow negative ports in + other parts of cfg_mark_ports. + * Fix comment syntax for view function views_find_view. + * Fix GH#595: unbound-anchor cannot deal with full disk; it will + now first write out to a temp file before replacing the + original one, like Unbound already does for + auto-trust-anchor-file. + * Fixup compile without cachedb. + * Add test for cachedb serve expired. + * Extended test for cachedb serve expired. + * Fix makefile dependencies for fake_event.c. + * Fix cachedb for serve-expired with serve-expired-reply-ttl. + * Fix to not reply serve expired unless enabled for cachedb. + * Fix cachedb for serve-expired with + serve-expired-client-timeout. + * Fixup unit test for cachedb server expired client timeout with + a check if response if from upstream or from cachedb. + * Fixup cachedb to not refetch when serve-expired-client-timeout + is used. + * Merge GH#1049 from Petr Menšík: Py_NoSiteFlag is not needed since + Python 3.8 + * Fix GH#1048: Update ax_pkg_swig.m4 and ax_pthread.m4. + * Fix configure, autoconf for GH#1048. + * Add checklock feature verbose_locking to trace locks and + unlocks. + * Fix edns subnet to sort rrset references when storing messages + in the cache. This fixes a race condition in the rrset locks. + * Merge GH#1053: Remove child delegations from cache when + grandchild delegations are returned from parent. + * Fix ci workflow for macos for moved install locations. + * Fix configure flto check error, by finding grep for it. + * Merge GH#1041: Stub and Forward unshare. This has one structure + for them and fixes GH#1038: fatal error: Could not initialize + thread / error: reading root hints. + * Fix to disable fragmentation on systems with IP_DONTFRAG, with + a nonzero value for the socket option argument. + * Fix doc unit test for out of directory build. + * Fix cachedb with serve-expired-client-timeout disabled. The + edns subnet module deletes global cache and cachedb cache when + it stores a result, and serve-expired is enabled, so that the + global reply, that is older than the ecs reply, does not return + after the ecs reply expires. + * Add unit tests for cachedb and subnet cache expired data. + * Man page entry for unbound-checkconf -q. + * Cleanup unnecessary strdup calls for EDE strings. + * Fix doxygen comment for errinf_to_str_bogus. + +- Update to 1.19.3: + * Features: + - Merge PR #973: Use the origin (DNAME) TTL for synthesized + CNAMEs as per RFC 6672. + * Bug Fixes + - Fix unit test parse of origin syntax. + - Use 127.0.0.1 explicitly in tests to avoid delays and errors + on newer systems. + - Fix #964: config.h.in~ backup file in release tar balls. + - Merge #968: Replace the obsolescent fgrep with grep -F in + tests. + - Merge #971: fix 'WARNING: Message has 41 extra bytes at end'. + - Fix #969: [FR] distinguish Do53, DoT and DoH in the logs. + - Fix dnstap that assertion failed on logging other than UDP + and TCP traffic. It lists it as TCP traffic. + - Fix to sync the tests script file common.sh. + - iana portlist update. + - Updated IPv4 and IPv6 address for b.root-servers.net in root + hints. + - Update test script file common.sh. + - Fix tests to use new common.sh functions, wait_logfile and + kill_from_pidfile. + - Fix #974: doc: default number of outgoing ports without + libevent. + - Merge #975: Fixed some syntax errors in rpl files. + - Fix root_zonemd unit test, it checks that the root ZONEMD + verifies, now that the root has a valid ZONEMD. + - Update example.conf with cookie options. + - Merge #980: DoH: reject non-h2 early. To fix #979: Improve + errors for non-HTTP/2 DoH clients. + - Merge #985: Add DoH and DoT to dnstap message. + - Fix #983: Sha1 runtime insecure change was incomplete. + - Remove unneeded newlines and improve indentation in remote + control code. + - Merge #987: skip edns frag retry if advertised udp payload + size is not smaller. + - Fix unit test for #987 change in udp1xxx retry packet send. + - Merge #988: Fix NLnetLabs#981: dump_cache truncates large + records. + - Fix to link with -lcrypt32 for OpenSSL 3.2.0 on Windows. + - Fix to link with libssp for libcrypto and getaddrinfo check + for only header. Also update crosscompile to remove ssp for + 32bit. + - Merge #993: Update b.root-servers.net also in example config + file. + - Update workflow for ports to use newer openssl on windows + compile. + - Fix warning for windres on resource files due to + redefinition. + - Fix for #997: Print details for SSL certificate failure. + - Update error printout for duplicate trust anchors to include + the trust anchor name (relates to #920). + - Update message TTL when using cached RRSETs. It could result + in non-expired messages with expired RRSETs (non-usable + messages by Unbound). + - Merge #999: Search for protobuf-c with pkg-config. + - Fix #1006: Can't find protobuf-c package since #999. + - Fix documentation for access-control in the unbound.conf man + page. + - Merge #1010: Mention REFUSED has the TC bit set with + unmatched allow_cookie acl in the manpage. It also fixes the + code to match the documentation about clients with a valid + cookie that bypass the ratelimit regardless of the + allow_cookie acl. + - Document the suspend argument for process_ds_response(). + - Move github workflows to use checkoutv4. + - Fix edns subnet replies for scope zero answers to not get + stored in the global cache, and in cachedb, when the upstream + replies without an EDNS record. + - Fix for #1022: Fix ede prohibited in access control refused + answers. + - Fix unbound-control-setup.cmd to use 3072 bits so that + certificates are long enough for newer OpenSSL versions. + - Fix TTL of synthesized CNAME when a DNAME is used from cache. + - Fix unbound-control-setup.cmd to have CA v3 basicConstraints, + like unbound-control-setup.sh has. + +- Update to 1.19.2: + * Bug Fixes: + - Fix CVE-2024-1931, Denial of service when trimming EDE text + on positive replies. + [bsc#1221164] + +- Update to 1.19.1: + * Bug Fixes: [bsc#1219823, CVE-2023-50387][bsc#1219826, CVE-2023-50868] + - Fix CVE-2023-50387, DNSSEC verification complexity can be + exploited to exhaust CPU resources and stall DNS resolvers. + - Fix CVE-2023-50868, NSEC3 closest encloser proof can exhaust CPU. + +- as we use --disable-explicit-port-randomisation, also disable + outgoing-port-permit and outgoing-port-avoid in config file to + suppress the related unbound-checkconf warnings on every start + +- Use prefixes instead of sudo in unbound.service (bsc#1215628) + +- Update to 1.19.0: + * Features: + - Fix #850: [FR] Ability to use specific database in Redis, with + new redis-logical-db configuration option. + - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream + requests. This can be helpful for devices that cannot handle + DNSSEC information. But it should not be enabled otherwise, because + that would stop DNSSEC validation. The DNSSEC validation would not + work for Unbound itself, and also not for downstream users. Default + is no. The option is disable-edns-do: no + - Expose the script filename in the Python module environment 'mod_env' + instead of the config_file structure which includes the linked list + of scripts in a multi Python module setup; fixes #79. + - Expose the configured listening and outgoing interfaces, if any, as + a list of strings in the Python 'config_file' class instead of the + current Swig object proxy; fixes #79. + - Mailing list patches from Daniel Gröber for DNS64 fallback to plain + AAAA when no A record exists for synthesis, and minor DNS64 code + refactoring for better readability. + - Merge #951: Cachedb no store. The cachedb-no-store: yes option is + used to stop cachedb from writing messages to the backend storage. + It reads messages when data is available from the backend. + The default is no. + * Bug Fixes: + - Fix for version generation race condition that ignored changes. + - Fix #942: 1.18.0 libunbound DNS regression when built without OpenSSL. + - Fix for WKS call to getservbyname that creates allocation on exit in + unit test by testing numbers first and testing from the services list later. + - Fix autoconf 2.69 warnings in configure. + - Fix #927: unbound 1.18.0 make test error. Fix make test without SHA1. + - Merge #931: Prevent warnings from -Wmissing-prototypes. + - Fix to scrub resource records of type A and AAAA that have an + inappropriate size. They are removed from responses. + - Fix to move msgparse_rrset_remove_rr code to util/msgparse.c. + - Fix to add EDE text when RRs have been removed due to length. + - Fix to set ede match in unit test for rr length removal. + - Fix to print EDE text in readable form in output logs. + - Fix send of udp retries when ENOBUFS is returned. It stops looping + and also waits for the condition to go away. Reported by Florian Obser. + - Fix authority zone answers for obscured DNAMEs and delegations. + - Merge #936: Check for c99 with autoconf versions prior to 2.70. + - Fix to remove two c99 notations. + - Fix rpz tcp-only action with rpz triggers nsdname and nsip. + - Fix misplaced comment. + - Merge #881: Generalise the proxy protocol code. + - Fix #946: Forwarder returns servfail on upstream response noerror no data. + - Fix edns subnet so that queries with a source prefix of zero cause the + recursor send no edns subnet option to the upstream. + - Fix that printout of EDNS options shows the EDNS cookie option by name. + - Fix infinite loop when reading multiple lines of input on a broken remote + control socket. Addesses #947 and #948. + - Fix #949: "could not create control compt". + - Fix that cachedb does not warn when serve-expired is disabled about use + of serve-expired-reply-ttl and serve-expired-client-timeout. + - Fix for #949: Fix pythonmod/ubmodule-tst.py for Python 3.x. + - Better fix for infinite loop when reading multiple lines of input on a + broken remote control socket, by treating a zero byte line the same as + transmission end. Addesses #947 and #948. + - For multi Python module setups, clean previously parsed module functions + in __main__'s dictionary, if any, so that only current module functions + are registered. + - Fix #954: Inconsistent RPZ handling for A record returned along with CNAME. + - Fixes for the DNS64 patches. + - Update the dns64_lookup.rpl test for the DNS64 fallback patch. + - Merge #955 from buevsan: fix ipset wrong behavior. + - Update testdata/ipset.tdir test for ipset fix. + - Fix to print detailed errors when an SSL IO routine fails via SSL_get_error. + - Clearer configure text for missing protobuf-c development libraries. + - autoconf. + - Merge #930 from Stuart Henderson: add void to log_ident_revert_to_default + declaration. + - Fix #941: dnscrypt doesn't work after upgrade to 1.18 with suggestion by + dukeartem to also fix the udp_ancil with dnscrypt. + - Fix SSL compile failure for definition in log_crypto_err_io_code_arg. + - Fix SSL compile failure for other missing definitions in log_crypto_err_io_code_arg. + - Fix compilation without openssl, remove unused function warning. + - Mention flex and bison in README.md when building from repository source. + +- Update to 1.18.0: + * Features: + - Аdd a metric about the maximum number of collisions in lrushah. + - Set max-udp-size default to 1232. This is the same default value + as the default value for edns-buffer-size. It restricts client + edns buffer size choices, and makes unbound behave similar to + other DNS resolvers. + - Add harden-unknown-additional option. It removes unknown records + from the authority section and additional section. + - Added new static zone type block_a to suppress all A queries for + specific zones. + - [FR] Ability to use Redis unix sockets. + - [FR] Ability to set the Redis password. + - Features/dropqueuedpackets, with sock-queue-timeout option that + drops packets that have been in the socket queue for too long. + Added statistics num.queries_timed_out and query.queue_time_us.max + that track the socket queue timeouts. + - 'eqvinox' Lamparter: NAT64 support. + - [FR] Use kernel timestamps for dnstap. + - Add cachedb hit stat. Introduces 'num.query.cachedb' as a new + statistical counter. + - Add SVCB dohpath support. + - Add validation EDEs to queries where the CD bit is set. + - Add prefetch support for subnet cache entries. + - Add EDE (RFC8914) caching. + - Add support for EDE caching in cachedb and subnetcache. + - Downstream DNS Server Cookies a la RFC7873 and RFC9018. Create server + cookies for clients that send client cookies. This needs to be explicitly + turned on in the config file with: `answer-cookie: yes`. + * Bug Fixes + - Response change to NODATA for some ANY queries since 1.12. + - Fix not following cleared RD flags potentially enables + amplification DDoS attacks. + - Set default for harden-unknown-additional to no. So that it + does not hamper future protocol developments. + - Fix to ignore entirely empty responses, and try at another authority. + This turns completely empty responses, a type of noerror/nodata into + a servfail, but they do not conform to RFC2308, and the retry can fetch + improved content. + - Allow TTL refresh of expired error responses. + - Fix: Unexpected behavior with client-subnet-always-forward and serve-expired + - Fix unbound-dnstap-socket test program to reply the finish frame over + a TLS connection correctly. + - Fix: reserved identifier violation + - Fix: Unencrypted query is sent when forward-tls-upstream: yes is used + without tls-cert-bundle + - Extra consistency check to make sure that when TLS is requested, + either we set up a TLS connection or we return an error. + - Fix: NXDOMAIN instead of NOERROR rcode when asked for existing CNAME record. + - Fix: Bad interaction with 0 TTL records and serve-expired + - Fix RPZ IP responses with trigger rpz-drop on cache entries. + - Fix RPZ removal of client-ip, nsip, nsdname triggers from IXFR. + - Fix dereference of NULL variable warning in mesh_do_callback. + - Fix ip_ratelimit test to work with dig that enables DNS cookies. + - Fix for iter_dec_attempts that could cause a hang, part of capsforid + and qname minimisation, depending on the settings. + - Fix uninitialized memory passed in padding bytes of cmsg to sendmsg. + - Fix stat_values test to work with dig that enables DNS cookies. + - unbound.service: Main process exited, code=killed, status=11/SEGV. + Fixes cachedb configuration handling. + - Fix: processQueryResponse() THROWAWAY should be mindful of fail_reply. + + + + + + libunbound8-1.21.0-1.1.x86_64.rpm + + + libunbound8-debuginfo-1.21.0-1.1.x86_64.rpm + + + unbound-1.21.0-1.1.src.rpm + + + unbound-anchor-1.21.0-1.1.x86_64.rpm + + + unbound-anchor-debuginfo-1.21.0-1.1.x86_64.rpm + + + unbound-debugsource-1.21.0-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-23 + Security update for python311, python-rpm-macros + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + This update for python311, python-rpm-macros fixes the following issues: + +python311: + - CVE-2024-0450: Fixed zipfile module vulnerability with "quoted-overlap" zipbomb (bsc#1221854) + - CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448) + - CVE-2024-0397: Fixed memory race condition in ssl.SSLContext certificate store methods (bsc#1226447) + - CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780) + - Fixed executable bits for /usr/bin/idle* (bsc#1227378). + + +python-rpm-macros: + + - Update to version 20240618.c146b29: + * Add %FLAVOR_pytest and %FLAVOR_pyunittest variants + + - Update to version 20240618.1e386da: + * Fix python_clone sed regex + + - Update to version 20240614.02920b8: + * Make sure that RPM_BUILD_ROOT env is set + * don't eliminate any cmdline arguments in the shebang line + * Create python313 macros + + - Update to version 20240415.c664b45: + * Fix typo 310 -> 312 in default-prjconf + + - Update to version 20240202.501440e: + * SPEC0: Drop python39, add python312 to buildset (#169) + + - Update to version 20231220.98427f3: + * fix python2_compile macro + + - Update to version 20231207.46c2ec3: + * make FLAVOR_compile compatible with python2 + + - Update to version 20231204.dd64e74: + * Combine fix_shebang in one line + * New macro FLAVOR_fix_shebang_path + * Use realpath in %python_clone macro shebang replacement + * Compile and fix_shebang in %python_install macros + + - Update to version 20231010.0a1f0d9: + * Revert "Compile and fix_shebang in %python_install macros" + * gh#openSUSE/python-rpm-macros#163 + + - Update to version 20231010.a32e110: + * Compile and fix_shebang in %python_install macros + + - Update to version 20231005.bf2d3ab: + * Fix shebang also in sbin with macro _fix_shebang + + + + + python311-3.11.8-3.1.src.rpm + + + python311-3.11.8-3.1.x86_64.rpm + + + python311-curses-3.11.8-3.1.x86_64.rpm + + + python311-curses-debuginfo-3.11.8-3.1.x86_64.rpm + + + python311-debuginfo-3.11.8-3.1.x86_64.rpm + + + python311-debugsource-3.11.8-3.1.x86_64.rpm + + + libpython3_11-1_0-3.11.8-3.1.x86_64.rpm + + + libpython3_11-1_0-debuginfo-3.11.8-3.1.x86_64.rpm + + + python311-base-3.11.8-3.1.x86_64.rpm + + + python311-base-debuginfo-3.11.8-3.1.x86_64.rpm + + + python311-core-3.11.8-3.1.src.rpm + + + python311-core-debugsource-3.11.8-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-33 + Recommended update for dracut + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for dracut fixes the following issues: + +- Update to version 059+suse.567.gadd3169d: + * 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) + + + + + dracut-059+suse.571.g32b61281-1.1.src.rpm + + + dracut-059+suse.571.g32b61281-1.1.x86_64.rpm + + + dracut-debuginfo-059+suse.571.g32b61281-1.1.x86_64.rpm + + + dracut-debugsource-059+suse.571.g32b61281-1.1.x86_64.rpm + + + dracut-fips-059+suse.571.g32b61281-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-19 + Security update for the Linux Kernel + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The SUSE Linux Enterprise Micro 6.0 RT kernel was updated to receive various security bugfixes. + + +The following security bugs were fixed: + +- CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). +- CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). +- CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). +- CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). +- CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). +- CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). +- CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). +- CVE-2024-41011: drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (bsc#1228114). +- CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). +- CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). +- CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). +- CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). +- CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). +- CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). +- CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). +- CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). +- CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). +- CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). +- CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). +- CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). +- CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). +- CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). +- CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). +- CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). +- CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). +- CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). +- CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). +- CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). +- CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). +- CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). +- CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). +- CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) +- CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) +- CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) +- CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) +- CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) +- CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). +- CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). +- CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). +- CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) +- CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) +- CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) +- CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). +- CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). +- CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). +- CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). +- CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). +- CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103). +- CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). +- CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). +- CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) +- CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). +- CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). +- CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) +- CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) +- CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) +- CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). +- CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). +- CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). +- CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). +- CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). +- CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). +- CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). +- CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). +- CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). +- CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). +- CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). +- CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). +- CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). +- CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). +- CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). +- CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). +- CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). +- CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). +- CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). +- CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). +- CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). +- CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). +- CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). +- CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). +- CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). +- CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). +- CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). +- CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). +- CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). +- CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). +- CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). +- CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). +- CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). +- CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). +- CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). +- CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). +- CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). +- CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). +- CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). +- CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). +- CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). +- CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). +- CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). +- CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). +- CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). +- CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). +- CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). +- CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). +- CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). +- CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). +- CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). +- CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). +- CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). +- CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). +- CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). +- CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). +- CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). +- CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). +- CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). +- CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). +- CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). +- CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). +- CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). +- CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). +- CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). +- CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). +- CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). +- CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). +- CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). +- CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). +- CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). +- CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). +- CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). +- CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). +- CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). +- CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). +- CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). +- CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). +- CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). +- CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). +- CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). +- CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). +- CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). +- CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). +- CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). +- CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). +- CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). +- CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). +- CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). +- CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). +- CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). +- CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). +- CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). +- CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). +- CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). +- CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). +- CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). +- CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). +- CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). +- CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). +- CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). +- CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). +- CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). +- CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). +- CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). +- CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). +- CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). +- CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). +- CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). +- CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). +- CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). +- CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). +- CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). +- CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). +- CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). +- CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). +- CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). +- CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). +- CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). +- CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). +- CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). +- CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) +- CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) +- CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (bsc#1224621) +- CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). +- CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). +- CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). +- CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). +- CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). +- CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). +- CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). +- CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). +- CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). +- CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). +- CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). +- CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). +- CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). +- CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). +- CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). +- CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). +- CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). +- CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). +- CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). +- CVE-2024-35869: smb: client: guarantee refcounted children from parent session (bsc#1224679). +- CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). +- CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). +- CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). +- CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). +- CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). +- CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). +- CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). +- CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). +- CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). +- CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). +- CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). +- CVE-2024-36007: Fixed warning during rehash (bsc#1224543). +- CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). +- CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). +- CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). +- CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). +- CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). +- CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). +- CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). +- CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). +- CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) +- CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) +- CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). +- CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). +- CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). +- CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). +- CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). +- CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). +- CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). +- CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). +- CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). +- CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). +- CVE-2024-26828: Fixed underflow in parse_server_interfaces() (bsc#1223084). +- CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). +- CVE-2023-52483: mctp: perform route lookups under a RCU read-side lock (bsc#1220738). +- CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). +- CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). +- CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). +- CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). +- CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). +- CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). +- CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). +- CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). +- CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). +- CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). +- CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). +- CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) +- CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) +- CVE-2024-26939: Fixed UAF on destroy against retire race (bsc#1223679). +- CVE-2024-26865: rds: tcp: Fix use-after-free of net in reqsk_timer_handler() (bsc#1223062). +- CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). +- CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). +- CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). +- CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) +- CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). +- CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). +- CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). +- CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). +- CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). +- CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). +- CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). +- CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). +- CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). +- CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). +- CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). +- CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). +- CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). +- CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). +- CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649). +- CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). +- CVE-2024-26852: Fixed use-after-free in ip6_route_mpath_notify() (bsc#1223057). +- CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). +- CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). +- CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). +- CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). +- CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). +- CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). +- CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). +- CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). +- CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). +- CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). + +The following non-security bugs were fixed: + +- 9p: add missing locking around taking dentry fid list (git-fixes) +- ACPI: CPPC: Fix access width used for PCC registers (git-fixes). +- ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). +- ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). +- ACPI: EC: Abort address space access upon error (stable-fixes). +- ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). +- ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). +- ACPI: EC: Install address space handler at the namespace root (stable-fixes). +- ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). +- ACPI: LPSS: Advertise number of chip selects via property (git-fixes). +- ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). +- ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). +- ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). +- ACPI: disable -Wstringop-truncation (git-fixes). +- ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). +- ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). +- ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). +- ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). +- ACPI: x86: Force StorageD3Enable on more products (stable-fixes). +- ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). +- ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). +- ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). +- ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). +- ALSA: PCM: Allow resume only for suspended streams (stable-fixes). +- ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). +- ALSA: core: Remove debugfs at disconnection (git-fixes). +- ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). +- ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). +- ALSA: emux: improve patch ioctl data validation (stable-fixes). +- ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). +- ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). +- ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). +- ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). +- ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). +- ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). +- ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). +- ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). +- ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). +- ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). +- ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). +- ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). +- ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). +- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). +- ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). +- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). +- ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). +- ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). +- ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). +- ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). +- ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-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/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). +- ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). +- ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). +- ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). +- ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). +- ALSA: hda: clarify Copyright information (stable-fixes). +- ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). +- ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). +- ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). +- ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). +- ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). +- ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). +- ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). +- ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). +- ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (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: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). +- ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). +- ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). +- ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). +- ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). +- ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). +- ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). +- ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). +- ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). +- ALSA: line6: Zero-initialize message buffers (stable-fixes). +- ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). +- ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). +- ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). +- ALSA: scarlett2: Add correct product series name to messages (stable-fixes). +- ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). +- ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). +- ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). +- ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). +- ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). +- ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). +- ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). +- ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). +- ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). +- ALSA: seq: Fix yet another spot for system message conversion (git-fixes). +- ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). +- ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). +- ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). +- ALSA: timer: Set lower bound of start tick time (stable-fixes). +- ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). +- ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). +- ALSA: ump: Do not update FB name for static blocks (git-fixes). +- ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). +- ALSA: ump: Set default protocol when not given explicitly (git-fixes). +- ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). +- ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). +- ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). +- ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). +- ARM: 9381/1: kasan: clear stale stack poison (git-fixes). +- ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). +- ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). +- ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). +- ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). +- ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). +- ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). +- ASoC: Intel: Disable route checks for Skylake boards (git-fixes). +- ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). +- ASoC: Intel: avs: Fix potential integer overflow (git-fixes). +- ASoC: Intel: avs: Set name of control as in topology (git-fixes). +- ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). +- ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). +- ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). +- ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). +- ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). +- ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). +- ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). +- ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). +- ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). +- ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). +- ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). +- ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). +- ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). +- ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). +- ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). +- ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). +- ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). +- ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). +- ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). +- ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). +- ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). +- ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). +- ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). +- ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). +- ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). +- ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). +- ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). +- ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). +- ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). +- ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). +- ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). +- ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). +- ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). +- ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). +- ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). +- ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). +- ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). +- ASoC: kirkwood: Fix potential NULL dereference (git-fixes). +- ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). +- ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). +- ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). +- ASoC: meson: axg-card: make links nonatomic (git-fixes). +- ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). +- ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). +- ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). +- ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). +- ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). +- ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). +- ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). +- ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). +- ASoC: rt711-sdw: add missing readable registers (stable-fixes). +- ASoC: rt715-sdca: volume step modification (git-fixes). +- ASoC: rt715: add vendor clear control register (git-fixes). +- ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). +- ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). +- ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). +- ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). +- ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). +- ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). +- ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). +- ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). +- ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). +- ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). +- ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). +- ASoC: ti: davinci-mcasp: Set min period size using FIFO config (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). +- ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). +- ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). +- ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). +- Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). +- Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). +- Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). +- Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). +- Bluetooth: ISO: Fix BIS cleanup (stable-fixes). +- Bluetooth: Ignore too large handle values in BIG (git-fixes). +- Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). +- Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). +- Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). +- Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). +- Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). +- Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). +- Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). +- Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). +- Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). +- Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). +- Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). +- Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). +- Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). +- Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). +- Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). +- Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv Monitor (bsc#1219216). +- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). +- Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). +- Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). +- Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). +- Bluetooth: qca: add missing firmware sanity checks (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). +- Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). +- Bluetooth: qca: fix NVM configuration parsing (git-fixes). +- Bluetooth: qca: fix firmware check error path (git-fixes). +- Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). +- Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). +- EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). +- Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) +- Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. +- Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. +- Fix a potential infinite loop in extract_user_to_sg() (git-fixes). +- Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). +- Fix missing CONFIG_SUSE_SUPPORTED for arm64/64kb flavor (bsc#1223357) +- HID: Add quirk for Logitech Casa touchpad (stable-fixes). +- HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). +- HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). +- HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). +- HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). +- HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). +- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). +- HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). +- HID: logitech-dj: allow mice to use all types of reports (git-fixes). +- HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). +- HID: wacom: Modify pen IDs (git-fixes). +- IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) +- Input: ads7846 - use spi_device_id table (stable-fixes). +- Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). +- Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). +- Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). +- Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). +- Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). +- Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). +- Input: ims-pcu - fix printf string overflow (git-fixes). +- Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). +- Input: qt1050 - handle CHIP_ID reading error (git-fixes). +- Input: silead - Always support 10 fingers (stable-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). +- Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). +- KEYS: trusted: Do not use WARN when encode fails (git-fixes). +- KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). +- KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). +- KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). +- KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). +- KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). +- KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). +- KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). +- KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). +- KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). +- KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). +- KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). +- KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). +- KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). +- KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). +- KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). +- KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). +- KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). +- KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). +- KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). +- KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). +- KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). +- KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). +- KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). +- KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). +- KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). +- KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). +- KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). +- KVM: x86/xen: improve accuracy of Xen timers (git-fixes). +- KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). +- KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). +- KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). +- KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). +- KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). +- KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). +- KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). +- KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). +- KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). +- KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). +- KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). +- NFC: trf7970a: disable all regulators on removal (git-fixes). +- NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). +- 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). +- NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). +- NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). +- NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). +- NFSv4.1 enforce rootpath check in fs_location query (git-fixes). +- NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). +- NFSv4: Fixup smatch warning for ambiguous return (git-fixes). +- Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). +- PCI/ASPM: Update save_state when configuration changes (bsc#1226915) +- PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). +- PCI/DPC: Use FIELD_GET() (stable-fixes). +- PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). +- PCI/MSI: Fix UAF in msi_capability_init (git-fixes). +- PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). +- PCI: Clear Secondary Status errors after enumeration (bsc#1226928) +- PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). +- PCI: Do not wait for disconnected devices when resuming (git-fixes). +- PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). +- PCI: Extend ACS configurability (bsc#1228090). +- PCI: Fix resource double counting on remove & rescan (git-fixes). +- PCI: Fix typos in docs and comments (stable-fixes). +- PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). +- PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). +- PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). +- PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). +- PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). +- PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). +- PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). +- PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). +- PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). +- PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). +- PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). +- PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). +- PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). +- PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). +- PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). +- PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). +- PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). +- PCI: switchtec: Use normal comment style (stable-fixes). +- PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). +- PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). +- PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). +- PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). +- Port "certs: Add ECDSA signature verification self-test". +- Port "certs: Move RSA self-test data to separate file". +- RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). +- RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). +- RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) +- RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) +- RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) +- RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) +- RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) +- RDMA/hns: Fix GMV table pagesize (git-fixes) +- RDMA/hns: Fix UAF for cq async event (git-fixes) +- RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) +- RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) +- RDMA/hns: Modify the print level of CQE error (git-fixes) +- RDMA/hns: Use complete parentheses in macros (git-fixes) +- RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). +- RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) +- RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) +- RDMA/mlx5: Change check for cacheable mkeys (git-fixes) +- RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) +- RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) +- RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) +- RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) +- RDMA/mlx5: Remove extra unlock on error path (git-fixes) +- RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) +- RDMA/restrack: Fix potential invalid address access (git-fixes) +- RDMA/rxe: Allow good work requests to be executed (git-fixes) +- RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) +- RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) +- RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) +- RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) +- RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) +- SEV: disable SEV-ES DebugSwap by default (git-fixes). +- SUNRPC: Fix gss_free_in_token_pages() (git-fixes). +- SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). +- SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). +- SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). +- USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). +- USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). +- USB: core: Fix access violation during port device removal (git-fixes). +- USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). +- USB: serial: mos7840: fix crash on resume (git-fixes). +- USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). +- USB: serial: option: add Fibocom FM350-GL (stable-fixes). +- USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). +- USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). +- USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). +- USB: serial: option: add Rolling RW350-GL variants (stable-fixes). +- USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). +- USB: serial: option: add Telit generic core-dump composition (stable-fixes). +- USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). +- USB: serial: option: add support for Foxconn T99W651 (stable-fixes). +- USB: serial: option: support Quectel EM060K sub-models (stable-fixes). +- USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). +- VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). +- VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). +- X.509: Fix the parser of extended key usage for length (bsc#1218820). +- admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). +- amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). +- aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts +- arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). +- arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) +- arm64/io: add constant-argument check (bsc#1226502 git-fixes) +- arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). +- arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). +- arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) +- arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) +- arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) +- arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) +- arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) +- arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) +- arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) +- arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) +- arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) +- arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) +- arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) +- arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) +- arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) +- arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) +- arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) +- arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) +- arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) +- arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) +- arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) +- arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) +- arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) +- arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) +- arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) +- arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) +- arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) +- arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) +- arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) +- arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) +- arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) +- arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) +- arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) +- arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) +- arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). +- arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). +- arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). +- arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). +- arm64: tegra: Correct Tegra132 I2C alias (git-fixes) +- asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). +- ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). +- ata: ahci: Clean up sysfs file on error (git-fixes). +- ata: libata-core: Fix double free on error (git-fixes). +- ata: libata-core: Fix null pointer dereference on error (git-fixes). +- ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). +- ata: pata_legacy: make legacy_exit() work again (git-fixes). +- ata: sata_gemini: Check clk_enable() result (stable-fixes). +- autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). +- auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). +- ax25: Fix netdev refcount issue (git-fixes). +- ax25: Fix refcount imbalance on inbound connections (git-fixes). +- ax25: Fix reference count leak issue of net_device (git-fixes). +- ax25: Fix reference count leak issues of ax25_dev (git-fixes). +- batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). +- batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). +- bitops: add missing prototype check (git-fixes). +- blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). +- blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). +- block: fix q->blkg_list corruption during disk rebind (bsc#1223591). +- bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). +- bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). +- bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). +- bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). +- bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) +- bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). +- bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). +- bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). +- bpf, arm64: Fix incorrect runtime stats (git-fixes) +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). +- bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). +- bpf: correct loop detection for iterators convergence (bsc#1225903). +- bpf: exact states comparison for iterator convergence checks (bsc#1225903). +- bpf: extract __check_reg_arg() utility function (bsc#1225903). +- bpf: extract same_callsites() as utility function (bsc#1225903). +- bpf: extract setup_func_entry() utility function (bsc#1225903). +- bpf: fix precision backtracking instruction iteration (bsc#1225756). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). +- bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). +- bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). +- bpf: print full verifier states on infinite loop detection (bsc#1225903). +- bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). +- bpf: widening for callback iterators (bsc#1225903). +- btrfs: add a helper to read the superblock metadata_uuid (git-fixes) +- btrfs: add and use helper to check if block group is used (bsc#1220120). +- btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). +- btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). +- btrfs: always clear PERTRANS metadata during commit (git-fixes) +- btrfs: always print transaction aborted messages with an error level (git-fixes) +- btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). +- btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). +- btrfs: assert delayed node locked when removing delayed item (git-fixes) +- btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). +- btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). +- btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). +- btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) +- btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) +- btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) +- btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) +- btrfs: do not allow non subvolume root targets for snapshot (git-fixes) +- btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) +- btrfs: do not delete unused block group if it may be used soon (bsc#1220120). +- btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). +- btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) +- btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). +- btrfs: do not warn if discard range is not aligned to sector (git-fixes) +- btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). +- btrfs: error out when COWing block using a stale transaction (git-fixes) +- btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) +- btrfs: error when COWing block from a root that is being deleted (git-fixes) +- btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) +- btrfs: fail priority metadata ticket with real fs error (bsc#1220120). +- btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) +- btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) +- btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). +- btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) +- btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) +- btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) +- btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) +- btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) +- btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). +- btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). +- btrfs: fix race when refilling delayed refs block reserve (git-fixes) +- btrfs: fix start transaction qgroup rsv double free (git-fixes) +- btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) +- btrfs: free qgroup rsv on io failure (git-fixes) +- btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) +- btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). +- btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) +- btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) +- btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). +- btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). +- btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). +- btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). +- btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). +- btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). +- btrfs: make error messages more clear when getting a chunk map (git-fixes) +- btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). +- btrfs: make find_free_dev_extent() static (bsc#1220120). +- btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). +- btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). +- btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). +- btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). +- btrfs: output extra debug info if we failed to find an inline backref (git-fixes) +- btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). +- btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) +- btrfs: print available space across all block groups when dumping space info (bsc#1220120). +- btrfs: print available space for a block group when dumping a space info (bsc#1220120). +- btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). +- btrfs: print target number of bytes when dumping free space (bsc#1220120). +- btrfs: qgroup: always free reserved space for extent records (bsc#1216196). +- btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) +- btrfs: record delayed inode root in transaction (git-fixes) +- btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) +- btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) +- btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). +- btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). +- btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). +- btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). +- btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). +- btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). +- btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). +- btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). +- btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). +- btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). +- btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). +- btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) +- btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) +- btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). +- btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). +- btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). +- btrfs: send: ensure send_fd is writable (git-fixes) +- btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) +- btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) +- btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) +- btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). +- btrfs: store the error that turned the fs into error state (bsc#1220120). +- btrfs: sysfs: validate scrub_speed_max value (git-fixes) +- btrfs: tree-checker: fix inline ref size in error messages (git-fixes) +- btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). +- btrfs: update documentation for add_new_free_space() (bsc#1220120). +- btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). +- btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). +- btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). +- btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). +- btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). +- btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) +- btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) +- btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). +- bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). +- bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). +- cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). +- cachefiles: remove requests from xarray during flushing requests (bsc#1226588). +- can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). +- can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). +- can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). +- cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). +- ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). +- ceph: always check dir caps asynchronously (bsc#1226022). +- ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). +- ceph: break the check delayed cap loop every 5s (bsc#1226022). +- ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). +- ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). +- ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). +- certs: Add ECDSA signature verification self-test (bsc#1222777). +- certs: Move RSA self-test data to separate file (bsc#1222777). +- char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). +- checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). +- cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). +- cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). +- cifs: account for primary channel in the interface list (bsc#1225172). +- cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). +- cifs: distribute channels across interfaces based on speed (bsc#1225172). +- cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). +- cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). +- cifs: fix charset issue in reconnection (bsc#1225172). +- cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). +- cifs: handle cases where a channel is closed (bsc#1225172). +- cifs: handle cases where multiple sessions share connection (bsc#1225172). +- cifs: reconnect work should have reference on server struct (bsc#1225172). +- clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). +- clk: Get runtime PM before walking tree during disable_unused (git-fixes). +- clk: Get runtime PM before walking tree for clk_summary (git-fixes). +- clk: Initialize struct clk_core kref earlier (stable-fixes). +- clk: Show active consumers of clocks in debugfs (stable-fixes). +- clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). +- clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). +- clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). +- clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). +- clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). +- clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). +- clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). +- clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). +- clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). +- clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). +- clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). +- clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). +- clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). +- clk: rs9: fix wrong default value for clock amplitude (git-fixes). +- clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). +- clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). +- clkdev: Update clkdev id usage to allow for longer names (stable-fixes). +- config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) +- counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). +- counter: ti-eqep: enable clock at probe (git-fixes). +- cppc_cpufreq: Fix possible null pointer dereference (git-fixes). +- cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). +- cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). +- cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). +- cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). +- cpufreq: exit() callback is optional (git-fixes). +- cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). +- cpumask: Add for_each_cpu_from() (bsc#1225053). +- crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). +- crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). +- crypto: aead,cipher - zeroize key buffer after use (stable-fixes). +- crypto: bcm - Fix pointer arithmetic (git-fixes). +- crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). +- crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). +- crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). +- crypto: ccp - drop platform ifdef checks (git-fixes). +- crypto: deflate - Add aliases to deflate (bsc#1227190). +- crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). +- crypto: ecdh - explicitly zeroize private_key (stable-fixes). +- crypto: ecdsa - Fix module auto-load on add-key (git-fixes). +- crypto: ecdsa - Fix the public key format description (git-fixes). +- crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). +- crypto: hisilicon/debugfs - Fix debugfs uninit process issue (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). +- crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). +- crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). +- crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). +- crypto: qat - improve error logging to be consistent across features (git-fixes). +- crypto: qat - specify firmware files for 402xx (git-fixes). +- crypto: rsa - add a check for allocation failure (bsc#1222775). +- crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). +- crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). +- crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). +- crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). +- cxgb4: Properly lock TX queue for the selftest (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- cxl/region: Fix cxlr_pmem leaks (git-fixes). +- cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). +- cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). +- cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). +- decompress_bunzip2: fix rare decompression failure (git-fixes). +- devres: Fix devm_krealloc() wasting memory (git-fixes). +- devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). +- dlm: fix user space lock decision to copy lvb (git-fixes). +- dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). +- dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). +- dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). +- dma-mapping: benchmark: fix node id validation (git-fixes). +- dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). +- dma: fix call order in dmam_free_coherent (git-fixes). +- dma: xilinx_dpdma: Fix locking (git-fixes). +- dmaengine: axi-dmac: fix possible race in remove() (git-fixes). +- dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). +- dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). +- dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). +- dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). +- dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). +- dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). +- dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). +- dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). +- dmaengine: owl: fix register access functions (git-fixes). +- dmaengine: tegra186: Fix residual calculation (git-fixes). +- 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). +- docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). +- docs: netdev: Fix typo in Signed-off-by tag (git-fixes). +- dpll: spec: use proper enum for pin capabilities attribute (git-fixes). +- driver core: Introduce device_link_wait_removal() (stable-fixes). +- drivers/nvme: Add quirks for device 126f:2262 (git-fixes). +- drivers/xen: Improve the late XenStore init protocol (git-fixes). +- drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). +- drivers: soc: xilinx: check return status of get_api_version() (git-fixes). +- drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). +- drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). +- drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). +- drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). +- drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). +- drm/amd/display: Add refresh rate range check (stable-fixes). +- drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). +- drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). +- drm/amd/display: Check index msg_id before read or write (stable-fixes). +- drm/amd/display: Check pipe offset before setting vblank (stable-fixes). +- drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). +- drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). +- drm/amd/display: Enable colorspace property for MST connectors (git-fixes). +- drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). +- drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). +- drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). +- drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). +- drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). +- drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). +- drm/amd/display: Fix refresh rate range for some panel (stable-fixes). +- drm/amd/display: Fix uninitialized variables in DM (stable-fixes). +- drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). +- drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). +- drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). +- drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). +- drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). +- drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). +- drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). +- drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). +- drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). +- drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). +- drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). +- drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). +- drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). +- drm/amd/pm: Restore config space after reset (stable-fixes). +- drm/amd/pm: remove logically dead code for renoir (git-fixes). +- drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). +- drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). +- drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). +- drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). +- drm/amdgpu/mes: fix use-after-free issue (stable-fixes). +- drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). +- drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). +- drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). +- drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). +- drm/amdgpu: Fix VRAM memory accounting (stable-fixes). +- drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). +- drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). +- drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). +- drm/amdgpu: Fix memory range calculation (git-fixes). +- drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). +- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). +- drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). +- drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). +- drm/amdgpu: Indicate CU havest info to CP (stable-fixes). +- drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). +- drm/amdgpu: Refine IB schedule error logging (stable-fixes). +- drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). +- drm/amdgpu: Update BO eviction priorities (stable-fixes). +- drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). +- drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). +- drm/amdgpu: avoid using null object of framebuffer (stable-fixes). +- drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/amdgpu: fix doorbell regression (git-fixes). +- drm/amdgpu: fix locking scope when flushing tlb (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/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). +- drm/amdgpu: init microcode chip name from ip versions (stable-fixes). +- drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). +- drm/amdgpu: silence UBSAN warning (stable-fixes). +- drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). +- drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). +- drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). +- drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). +- drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). +- drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). +- drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). +- drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). +- drm/arm/malidp: fix a possible null pointer dereference (git-fixes). +- drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). +- drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). +- drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: anx7625: Update audio status while detecting (git-fixes). +- drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). +- drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). +- drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). +- drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). +- drm/ci: update device type for volteer devices (git-fixes). +- drm/connector: Add \n to message about demoting connector force-probes (git-fixes). +- drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). +- drm/drm_file: Fix pid refcounting race (git-fixes). +- drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). +- drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). +- drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). +- drm/exynos: dp: drop driver owner initialization (stable-fixes). +- drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). +- drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). +- drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). +- drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). +- drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). +- drm/gma500: Remove lid code (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/i915/audio: Fix audio time stamp programming for DP (stable-fixes). +- drm/i915/bios: Fix parsing backlight BDB data (git-fixes). +- drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). +- drm/i915/dpt: Make DPT object unshrinkable (git-fixes). +- drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). +- drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). +- drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). +- drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). +- drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). +- drm/i915/guc: avoid FIELD_PREP warning (git-fixes). +- drm/i915/hwmon: Get rid of devm (stable-fixes). +- drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). +- drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). +- drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). +- drm/i915: Fix audio component initialization (git-fixes). +- drm/komeda: check for error-valued pointer (git-fixes). +- drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). +- drm/lima: Mark simple_ondemand governor as softdep (git-fixes). +- drm/lima: add mask irq callback to gp and pp (stable-fixes). +- drm/lima: fix shared irq handling on driver remove (stable-fixes). +- drm/lima: mask irqs in timeout path before hard reset (stable-fixes). +- drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). +- drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). +- drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). +- drm/mediatek: Add missing plane settings when async update (git-fixes). +- drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). +- drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). +- drm/mediatek: Fix XRGB setting error in OVL (git-fixes). +- drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). +- drm/mediatek: Fix destination alpha error in OVL (git-fixes). +- drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). +- drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). +- drm/mediatek: Set DRM mode configs accordingly (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: Turn off the layers with zero width or height (git-fixes). +- drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). +- drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). +- drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). +- drm/meson: dw-hdmi: power up phy on device init (git-fixes). +- drm/meson: fix canvas release in bind function (git-fixes). +- drm/meson: gate px_clk when setting rate (git-fixes). +- drm/meson: vclk: fix calculation of 59.94 fractional rates (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_dcs_write_seq() (git-fixes). +- drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). +- drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). +- drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). +- drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). +- drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). +- drm/msm/dpu: Add callback function pointer check before its call (git-fixes). +- drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). +- drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). +- drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). +- drm/msm/dpu: fix encoder irq wait skip (git-fixes). +- drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). +- drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). +- drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). +- drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). +- drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). +- drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). +- drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). +- drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). +- drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). +- drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). +- drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). +- drm/omapdrm: Fix console by implementing fb_dirty (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/panel: ili9341: Respect deferred probe (git-fixes). +- drm/panel: ili9341: Use predefined error codes (git-fixes). +- drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-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: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). +- drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). +- drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). +- drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). +- drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). +- drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). +- drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). +- drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). +- drm/qxl: Add check for drm_cvt_mode (git-fixes). +- drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). +- drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). +- drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). +- drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). +- drm/radeon: silence UBSAN warning (v3) (stable-fixes). +- drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). +- drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). +- drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). +- drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). +- drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). +- drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). +- drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). +- drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). +- drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). +- drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). +- drm/vmwgfx: Fix Legacy Display Unit (git-fixes). +- drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). +- drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). +- drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). +- drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). +- drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). +- drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). +- drm: vc4: Fix possible null pointer dereference (git-fixes). +- drm: zynqmp_dpsub: Always register bridge (git-fixes). +- drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). +- drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). +- dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) +- dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). +- dyndbg: fix old BUG_ON in >control parser (stable-fixes). +- e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). +- e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). +- ecryptfs: Fix buffer size for tag 66 packet (git-fixes) +- ecryptfs: Reject casefold directory inodes (git-fixes) +- eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). +- eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). +- efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). +- efi/unaccepted: touch soft lockup during memory accept (git-fixes). +- efi/x86: Free EFI memory map only when installing a new one (git-fixes). +- efi: libstub: only free priv.runtime_map when allocated (git-fixes). +- erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). +- exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). +- extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). +- f2fs: fix error path of __f2fs_build_free_nids (git-fixes). +- fast_dput(): handle underflows gracefully (git-fixes) +- fat: fix uninitialized field in nostale filehandles (git-fixes) +- fbdev: fix incorrect address computation in deferred IO (git-fixes). +- fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). +- fbdev: sh7760fb: allow modular build (git-fixes). +- fbdev: shmobile: fix snprintf truncation (git-fixes). +- fbdev: sisfb: hide unused variables (git-fixes). +- filelock: fix potential use-after-free in posix_lock_inode (git-fixes). +- firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). +- firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). +- firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). +- firmware: cs_dsp: Return error if block header overflows file (git-fixes). +- firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). +- firmware: cs_dsp: Validate payload length before processing block (git-fixes). +- firmware: dmi-id: add a release callback function (git-fixes). +- firmware: dmi: Stop decoding on broken entry (stable-fixes). +- firmware: psci: Fix return value from psci_system_suspend() (git-fixes). +- firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). +- firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). +- firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). +- firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). +- fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). +- fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) +- fs/9p: translate O_TRUNC into OTRUNC (git-fixes) +- fs/file: fix the check in find_next_fd() (git-fixes). +- fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). +- fs: Fix error checking for d_hash_and_lookup() (git-fixes) +- fs: indicate request originates from old mount API (git-fixes) +- fs: relax mount_setattr() permission checks (git-fixes) +- fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) +- ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). +- fuse: do not unhash root (bsc#1223946). +- fuse: fix root lookup with nonzero generation (bsc#1223945). +- fuse: verify {g,u}id mount options correctly (bsc#1228193). +- geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). +- genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). +- gfs2: Do not forget to complete delayed withdraw (git-fixes). +- gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). +- gfs2: Fix invalid metadata access in punch_hole (git-fixes). +- gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). +- gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). +- gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). +- gfs2: convert to ctime accessor functions (git-fixes). +- gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). +- gpio: davinci: Validate the obtained number of IRQs (git-fixes). +- gpio: lpc32xx: fix module autoloading (stable-fixes). +- gpio: mc33880: Convert comma to semicolon (git-fixes). +- gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). +- gpio: tangier: Use correct type for the IRQ chip data (git-fixes). +- gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). +- gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). +- gpio: tqmx86: fix typo in Kconfig label (git-fixes). +- gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). +- gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). +- gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). +- gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). +- gpiolib: cdev: fix uninitialised kfifo (git-fixes). +- gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). +- gpiolib: swnode: Remove wrong header inclusion (git-fixes). +- gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). +- hfsplus: fix to avoid false alarm of circular locking (git-fixes). +- hfsplus: fix uninit-value in copy_name (git-fixes). +- hpet: Support 32-bit userspace (git-fixes). +- hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). +- hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). +- hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). +- hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). +- hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). +- hwmon: (lm70) fix links in doc and comments (git-fixes). +- hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). +- hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). +- hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). +- hwmon: (shtc1) Fix property misspelling (git-fixes). +- hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). +- hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). +- i2c: acpi: Unbind mux adapters before delete (git-fixes). +- i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: cadence: Avoid fifo clear after start (git-fixes). +- i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). +- i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). +- i2c: mark HostNotify target address as used (git-fixes). +- i2c: ocores: set IACK bit after core is enabled (git-fixes). +- i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). +- i2c: pxa: hide unused icr_bits[] variable (git-fixes). +- i2c: rcar: bring hardware to known state when probing (git-fixes). +- i2c: smbus: fix NULL function pointer dereference (git-fixes). +- i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). +- i2c: testunit: avoid re-issued work after read message (git-fixes). +- i2c: testunit: correct Kconfig description (git-fixes). +- i2c: testunit: discard write requests while old command is running (git-fixes). +- i2c: testunit: do not erase registers after STOP (git-fixes). +- i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). +- i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). +- i40e: Enforce software interrupt during busy-poll exit (git-fixes). +- i40e: Fix VF MAC filter removal (git-fixes). +- i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). +- i40e: fix vf may be used uninitialized in this function warning (git-fixes). +- i40e: fix: remove needless retries of NVM update (bsc#1227736). +- ice: fix enabling RX VLAN filtering (git-fixes). +- ida: make 'ida_dump' static (git-fixes). +- idma64: Do not try to serve interrupts when device is powered off (git-fixes). +- idpf: extend tx watchdog timeout (bsc#1224137). +- idpf: fix kernel panic on unknown packet types (git-fixes). +- iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). +- iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). +- iio: accel: mxc4005: Interrupt handling fixes (git-fixes). +- iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). +- iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). +- iio: adc: ad7266: Fix variable checking bug (git-fixes). +- iio: adc: ad9467: fix scan type sign (git-fixes). +- iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). +- iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). +- iio: adc: stm32: Fixing err code to not indicate success (git-fixes). +- iio: chemical: bme680: Fix calibration data variable (git-fixes). +- iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). +- iio: chemical: bme680: Fix pressure value output (git-fixes). +- iio: chemical: bme680: Fix sensor data read operation (git-fixes). +- iio: core: Leave private pointer NULL when no private data supplied (git-fixes). +- iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). +- iio: frequency: adrf6780: rm clk provider include (git-fixes). +- iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). +- iio: pressure: Fixes BME280 SPI driver data (git-fixes). +- iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). +- iio: pressure: dps310: support negative temperature values (git-fixes). +- iio: pressure: fix some word spelling errors (stable-fixes). +- iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). +- iio:imu: adis16475: Fix sync mode setting (git-fixes). +- init/main.c: Fix potential static_command_line memory overflow (git-fixes). +- init: open /initrd.image with O_LARGEFILE (stable-fixes). +- input: Add event code for accessibility key (stable-fixes). +- input: Add support for "Do Not Disturb" (stable-fixes). +- intel_th: pci: Add Granite Rapids SOC support (stable-fixes). +- intel_th: pci: Add Granite Rapids support (stable-fixes). +- intel_th: pci: Add Lunar Lake support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). +- intel_th: pci: Add Meteor Lake-S support (stable-fixes). +- intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). +- interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). +- io-wq: write next_work before dropping acct_lock (git-fixes). +- io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). +- io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). +- io_uring/kbuf: get rid of bl->is_ready (git-fixes). +- io_uring/kbuf: get rid of lower BGID lists (git-fixes). Including kabi preservation patch. +- io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). +- io_uring/kbuf: rename is_mapped (git-fixes). +- io_uring/net: correct the type of variable (git-fixes). +- io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). +- io_uring/net: fix sendzc lazy wake polling (git-fixes). +- io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). +- io_uring/net: restore msg_control on sendzc retry (git-fixes). +- io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). +- io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). +- io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). +- io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). +- io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). +- io_uring/sqpoll: work around a potential audit memory leak (git-fixes). +- io_uring/unix: drop usage of io_uring socket (git-fixes). +- io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). +- io_uring: clean rings on NO_MMAP alloc fail (git-fixes). +- io_uring: clear opcode specific data for an early failure (git-fixes). +- io_uring: do not save/restore iowait state (git-fixes). +- io_uring: fail NOP if non-zero op flags is passed in (git-fixes). +- io_uring: fix io_queue_proc modifying req->flags (git-fixes). +- io_uring: fix mshot io-wq checks (git-fixes). +- io_uring: fix mshot read defer taskrun cqe posting (git-fixes). +- io_uring: fix poll_remove stalled req completion (git-fixes). +- io_uring: kabi cookie remove (bsc#1217384). +- io_uring: remove looping around handling traditional task_work (git-fixes). +- io_uring: remove unconditional looping in local task_work handling (git-fixes). +- io_uring: use private workqueue for exit work (git-fixes). +- io_uring: use the right type for work_llist empty check (git-fixes). +- iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) +- iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). +- iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). +- iommu/amd: Fix sysfs leak in iommu init (git-fixes). +- iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). +- iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) +- iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). +- iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). +- iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). +- iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). +- iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). +- iommu: Return right value in iommu_sva_bind_device() (git-fixes). +- iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). +- iommu: mtk: fix module autoloading (git-fixes). +- iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). +- ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). +- ipv4: annotate data-races around fi->fib_dead (git-fixes). +- ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) +- irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). +- irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). +- irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). +- irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). +- irqchip/gic-v3-its: Prevent double free on error (git-fixes). +- irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). +- irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). +- irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). +- irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). +- irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). +- irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). +- irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). +- iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). +- iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). +- iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). +- iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). +- jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). +- jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). +- jfs: Fix array-index-out-of-bounds in diFree (git-fixes). +- jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). +- kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). +- kABI fix of KVM: x86/pmu: Prioritize VMX interception over +- kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). +- kABI workaround for cs35l56 (git-fixes). +- kABI workaround for of driver changes (git-fixes). +- kABI workaround for sof_ipc_pcm_ops (git-fixes). +- kABI workaround for wireless updates (bsc#1227149). +- kABI: bpf: verifier kABI workaround (bsc#1225903). +- kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). +- kabi/severities: Ignore io_uring internal symbols +- kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. +- kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) +- kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored +- kabi/severities: cover all mt76 modules (bsc#1227149) +- kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. +- kabi/severities: ignore TAS2781 symbol drop, it's only locally used +- kabi/severities: ignore amd pds internal symbols +- kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers +- kabi/severities: ignore xfrm_bpf_md_dst that depends on CONFIG_DEBUG_* (bsc#1223415) +- kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) +- kasan, fortify: properly rename memintrinsics (git-fixes). +- kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). +- kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). +- kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). +- kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates (git-fixes). +- kconfig: doc: fix a typo in the note about 'imply' (git-fixes). +- kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). +- kconfig: gconf: give a proper initial state to the Save button (stable-fixes). +- kconfig: remove wrong expr_trans_bool() (stable-fixes). +- kcov: do not lose track of remote references during softirqs (git-fixes). +- kernel-binary: vdso: Own module_dir +- kernel-doc: fix struct_group_tagged() parsing (git-fixes). +- kexec: do syscore_shutdown() in kernel_kexec (git-fixes). +- kheaders: explicitly define file modes for archived headers (stable-fixes). +- knfsd: LOOKUP can return an illegal error value (git-fixes). +- kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). +- kprobe/ftrace: bail out if ftrace was killed (git-fixes). +- kprobe/ftrace: fix build error due to bad function definition (git-fixes). +- kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). +- kselftest: Add a ksft_perror() helper (stable-fixes). +- kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). +- kunit: Fix checksum tests on big endian CPUs (git-fixed). +- leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). +- leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). +- leds: pwm: Disable PWM when going to suspend (git-fixes). +- leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). +- leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). +- leds: triggers: Flush pending brightness before activating trigger (git-fixes). +- lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). +- lib: objagg: Fix general protection fault (git-fixes). +- lib: objagg: Fix spelling (git-fixes). +- lib: test_objagg: Fix spelling (git-fixes). +- libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). +- libperf evlist: Avoid out-of-bounds access (git-fixes). +- libsubcmd: Fix parse-options memory leak (git-fixes). +- livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). +- locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) +- lsm: fix the logic in security_inode_getsecctx() (git-fixes). +- mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). +- mISDN: fix MISDN_TIME_STAMP handling (git-fixes). +- mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). +- mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). +- maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). +- media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). +- media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). +- media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). +- media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). +- media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). +- media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). +- media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). +- media: dvbdev: Initialize sbuf (stable-fixes). +- media: dw2102: Do not translate i2c read into write (stable-fixes). +- media: dw2102: fix a potential buffer overflow (git-fixes). +- media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). +- media: i2c: Fix imx412 exposure control (git-fixes). +- media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). +- media: imon: Fix race getting ictx->lock (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: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). +- media: ipu3-cio2: Request IRQ earlier (git-fixes). +- media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). +- media: mc: Fix graph walk in media_pipeline_start (git-fixes). +- media: mc: mark the media devnode as registered from the, start (git-fixes). +- media: mxl5xx: Move xpt structures off stack (stable-fixes). +- media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). +- media: pci: ivtv: Add check for DMA map result (git-fixes). +- media: radio-shark2: Avoid led_names truncations (git-fixes). +- media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). +- media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). +- media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). +- media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). +- media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). +- media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). +- media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). +- media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). +- media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). +- media: uvcvideo: Override default flags (git-fixes). +- media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). +- media: v4l2-subdev: Fix stream handling for crop API (git-fixes). +- media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). +- media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). +- media: v4l: subdev: Fix typo in documentation (git-fixes). +- media: venus: fix use after free in vdec_close (git-fixes). +- media: venus: flush all buffers in output plane streamoff (git-fixes). +- mei: demote client disconnect warning on suspend to debug (stable-fixes). +- mei: me: add lunar lake point M DID (stable-fixes). +- mei: me: release irq in mei_me_pci_resume error path (git-fixes). +- mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). +- mfd: pm8008: Fix regmap irq chip initialisation (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). +- misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). +- misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). +- misc: fastrpc: Restrict untrusted app to attach to privileged PD (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). +- mlxbf_gige: stop interface during shutdown (git-fixes). +- mlxsw: Use refcount_t for reference counting (git-fixes). +- mm/slab: make __free(kfree) accept error pointers (git-fixes). +- mm: page_owner: fix wrong information in dump_page_owner (git-fixes). +- mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). +- mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). +- mmc: core: Do not force a retune before RPMB switch (stable-fixes). +- mmc: davinci: Do not strip remove function when driver is builtin (git-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-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). +- mmc: sdhci-msm: pervent access to suspended controller (git-fixes). +- mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). +- mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). +- mmc: sdhci: Do not invert write-protect twice (git-fixes). +- mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). +- mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). +- mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). +- mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). +- mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). +- mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). +- module: do not ignore sysfs_create_link() failures (git-fixes). +- mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). +- mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). +- mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). +- mptcp: move __mptcp_error_report in protocol.c (git-fixes). +- mptcp: process pending subflow error on close (git-fixes). +- mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). +- mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). +- mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). +- mtd: diskonchip: work around ubsan link failure (stable-fixes). +- mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). +- mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). +- mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). +- mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). +- mtd: rawnand: hynix: fixed typo (git-fixes). +- mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). +- net/dcb: check for detached device before executing callbacks (bsc#1215587). +- net/mlx5: Correctly compare pkt reformat ids (git-fixes). +- net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). +- net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). +- net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). +- net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). +- net/mlx5: Properly link new fs rules into the tree (git-fixes). +- net/mlx5: Register devlink first under devlink lock (git-fixes). +- net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). +- net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). +- net/mlx5: offset comp irq index in name by one (git-fixes). +- net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). +- net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). +- net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). +- net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). +- net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). +- net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). +- net: Remove conditional threaded-NAPI wakeup based on task state (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- net: annotate data-races around sk->sk_bind_phc (git-fixes). +- net: annotate data-races around sk->sk_forward_alloc (git-fixes). +- net: annotate data-races around sk->sk_lingertime (git-fixes). +- net: annotate data-races around sk->sk_tsflags (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). +- net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). +- net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). +- net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). +- net: ena: Fix incorrect descriptor free behavior (git-fixes). +- net: ena: Fix potential sign extension issue (git-fixes). +- net: ena: Fix redundant device NUMA node override (jsc#PED-8688). +- net: ena: Move XDP code to its new files (git-fixes). +- net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). +- net: ena: Set tx_info->xdpf value to NULL (git-fixes). +- net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). +- net: ena: Wrong missing IO completions check order (git-fixes). +- 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). +- net: fec: Set mac_managed_pm during probe (git-fixes). +- net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). +- net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) +- net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). +- net: ks8851: Inline ks8851_rx_skb() (git-fixes). +- net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (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). +- net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). +- net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). +- net: mana: Fix possible double free in error handling path (git-fixes). +- net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). +- net: nfc: remove inappropriate attrs check (stable-fixes). +- net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). +- net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). +- net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). +- net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). +- net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). +- net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). +- net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). +- net: ravb: Always process TX descriptor ring (git-fixes). +- net: ravb: Always update error counters (git-fixes). +- net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). +- net: sparx5: flower: fix fragment flags handling (git-fixes). +- net: stmmac: fix rx queue priority assignment (git-fixes). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). +- net: tls: fix returned read length with async decrypt (bsc#1221858). +- net: tls: fix use-after-free with partial reads and async (bsc#1221858). +- net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). +- net: usb: ax88179_178a: improve link status logs (git-fixes). +- net: usb: ax88179_178a: improve reset check (git-fixes). +- net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). +- net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). +- net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). +- net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). +- net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). +- net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). +- net: usb: sr9700: stop lying about skb->truesize (git-fixes). +- net:usb:qmi_wwan: support Rolling modules (stable-fixes). +- netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). +- netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). +- netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). +- nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). +- nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). +- nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). +- nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). +- nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). +- nfs: Block on write congestion (bsc#1218442). +- nfs: Bump default write congestion size (bsc#1218442). +- nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). +- nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). +- nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). +- nfs: Properly initialize server->writeback (bsc#1218442). +- nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). +- nfs: fix undefined behavior in nfs_block_bits() (git-fixes). +- nfs: keep server info for remounts (git-fixes). +- nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). +- nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). +- nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). +- nilfs2: add missing check for inode numbers on directory entries (stable-fixes). +- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). +- nilfs2: convert persistent object allocator to use kmap_local (git-fixes). +- nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). +- nilfs2: fix inode number range checks (stable-fixes). +- nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). +- nilfs2: fix out-of-range warning (git-fixes). +- nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). +- nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). +- nilfs2: fix use-after-free of timer for log writer thread (git-fixes). +- nilfs2: make superblock data array index computation sparse friendly (git-fixes). +- nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). +- nouveau: add an ioctl to report vram usage (stable-fixes). +- nouveau: add an ioctl to return vram bar size (stable-fixes). +- nouveau: report byte usage in VRAM usage (git-fixes). +- nvme-fabrics: short-circuit reconnect retries (bsc#1186716). +- nvme-multipath: fix io accounting on failover (git-fixes). +- nvme-pci: Add quirk for broken MSIs (git-fixes). +- nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). +- nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). +- nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). +- nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). +- nvme: do not retry authentication failures (bsc#1186716). +- nvme: find numa distance only if controller has valid numa id (git-fixes). +- nvme: fix multipath batched completion accounting (git-fixes). +- nvme: fix nvme_pr_* status code parsing (git-fixes). +- nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). +- nvme: return kernel error codes for admin queue connect (bsc#1186716). +- 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). +- nvmet-passthru: propagate status from id override functions (git-fixes). +- nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). +- nvmet: fix ns enable/disable possible hang (git-fixes). +- nvmet: fix nvme status code when namespace is disabled (git-fixes). +- nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). +- nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). +- nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). +- ocfs2: adjust enabling place for la window (bsc#1219224). +- ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). +- ocfs2: fix races between hole punching and AIO+DIO (git-fixes). +- ocfs2: fix sparse warnings (bsc#1219224). +- ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). +- ocfs2: speed up chain-list searching (bsc#1219224). +- ocfs2: use coarse time for new created files (git-fixes). +- octeontx2-af: Add array index check (git-fixes). +- octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). +- octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). +- octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). +- octeontx2-pf: check negative error code in otx2_open() (git-fixes). +- octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). +- of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). +- of: module: add buffer overflow check in of_modalias() (git-fixes). +- of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). +- of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). +- of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). +- of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). +- of: property: fix typo in io-channels (git-fixes). +- of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). +- of: unittest: Fix compile in the non-dynamic case (git-fixes). +- orangefs: fix out-of-bounds fsid access (git-fixes). +- pNFS/filelayout: fixup pNfs allocation modes (git-fixes). +- perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). +- perf annotate: Get rid of duplicate --group option item (git-fixes). +- perf auxtrace: Fix multiple use of --itrace option (git-fixes). +- perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). +- perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). +- perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). +- perf daemon: Fix file leak in daemon_session__control (git-fixes). +- perf docs: Document bpf event modifier (git-fixes). +- perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). +- perf expr: Fix "has_event" function for metric style events (git-fixes). +- perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). +- perf jevents: Drop or simplify small integer values (git-fixes). +- perf list: fix short description for some cache events (git-fixes). +- perf lock contention: Add a missing NULL check (git-fixes). +- perf metric: Do not remove scale from counts (git-fixes). +- perf pmu: Count sys and cpuid JSON events separately (git fixes). +- perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). +- perf pmu: Treat the msr pmu as software (git-fixes). +- perf print-events: make is_event_supported() more robust (git-fixes). +- perf probe: Add missing libgen.h header needed for using basename() (git-fixes). +- perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). +- perf record: Delete session after stopping sideband thread (git-fixes). +- perf record: Fix debug message placement for test consumption (git-fixes). +- perf record: Fix possible incorrect free in record__switch_output() (git-fixes). +- perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). +- perf sched timehist: Fix -g/--call-graph option failure (git-fixes). +- perf script: Show also errors for --insn-trace option (git-fixes). +- perf srcline: Add missed addr2line closes (git-fixes). +- perf stat: Avoid metric-only segv (git-fixes). +- perf stat: Do not display metric header for non-leader uncore events (git-fixes). +- perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). +- perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). +- perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). +- perf tests: Apply attributes to all events in object code reading test (git-fixes). +- perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). +- perf thread: Fixes to thread__new() related to initializing comm (git-fixes). +- perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). +- perf top: Uniform the event name for the hybrid machine (git-fixes). +- perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). +- perf ui browser: Avoid SEGV on title (git fixes). +- perf ui browser: Do not save pointer to stack memory (git-fixes). +- perf vendor events amd: Add Zen 4 memory controller events (git-fixes). +- perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). +- perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). +- perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). +- perf/x86/intel: Expose existence of callback support to KVM (git-fixes). +- perf/x86: Fix out of range data (git-fixes). +- perf: Enqueue SIGTRAP always via task_work (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Move irq_work_queue() where the event is prepared (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Remove perf_swevent_get_recursion_context() from perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- perf: Split __perf_pending_irq() out of perf_pending_irq() (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- phy: cadence-torrent: Check return value on register read (git-fixes). +- phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). +- phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). +- phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). +- phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). +- phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). +- phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). +- phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). +- pinctrl/meson: fix typo in PDM's pin name (git-fixes). +- pinctrl: armada-37xx: remove an unused variable (git-fixes). +- pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). +- pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). +- pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). +- pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). +- pinctrl: freescale: mxs: Fix refcount of child (git-fixes). +- pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). +- pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). +- pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). +- pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). +- pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). +- pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). +- pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). +- pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). +- pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). +- pinctrl: rockchip: update rk3308 iomux routes (git-fixes). +- pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). +- pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). +- platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). +- platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). +- platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). +- platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). +- platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). +- platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). +- platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). +- platform/x86: lg-laptop: Change ACPI device id (stable-fixes). +- platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). +- platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). +- platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). +- platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). +- platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). +- platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). +- platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). +- platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). +- platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). +- platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). +- power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). +- power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). +- power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). +- power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). +- power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). +- powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). +- powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). +- powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). +- powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). +- powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). +- powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). +- powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). +- powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). +- powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). +- powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). +- powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). +- ppdev: Add an error check in register_device (git-fixes). +- prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). +- printk: Add this_cpu_in_panic() (bsc#1225607). +- printk: Adjust mapping for 32bit seq macros (bsc#1225607). +- printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). +- printk: Consolidate console deferred printing (bsc#1225607). +- printk: Disable passing console lock owner completely during panic() (bsc#1225607). +- printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). +- printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). +- printk: Keep non-panic-CPUs out of console lock (bsc#1225607). +- printk: Let no_printk() use _printk() (bsc#1225618). +- printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). +- printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). +- printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). +- printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). +- printk: Wait for all reserved records with pr_flush() (bsc#1225607). +- printk: nbcon: Relocate 32bit seq macros (bsc#1225607). +- printk: ringbuffer: Clarify special lpos values (bsc#1225607). +- printk: ringbuffer: Cleanup reader terminology (bsc#1225607). +- printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). +- printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). +- proc/kcore: do not try to access unaccepted memory (git-fixes). +- pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). +- pwm: sti: Simplify probe function using devm functions (git-fixes). +- pwm: stm32: Always do lazy disabling (git-fixes). +- qibfs: fix dentry leak (git-fixes) +- regmap-i2c: Subtract reg size from max_write (stable-fixes). +- regmap: Add regmap_read_bypassed() (git-fixes). +- regulator: bd71815: fix ramp values (git-fixes). +- regulator: bd71828: Do not overwrite runtime voltages (git-fixes). +- regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). +- regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). +- regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). +- regulator: core: fix debugfs creation regression (git-fixes). +- regulator: irq_helpers: duplicate IRQ name (stable-fixes). +- regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). +- regulator: tps65132: Add of_match table (stable-fixes). +- regulator: vqmmc-ipq4019: fix module autoloading (stable-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). +- remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). +- remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). +- remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). +- remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). +- remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). +- remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). +- ring-buffer: Fix a race between readers and resize checks (git-fixes). +- ring-buffer: Only update pages_touched when a new page is touched (git-fixes). +- ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). +- rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (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: interface: Add RTC offset to alarm after fix-up (git-fixes). +- rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). +- s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). +- s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). +- s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). +- s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). +- s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). +- s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). +- s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). +- s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). +- s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). +- s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). +- s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). +- s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). +- s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). +- s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). +- s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). +- s390: Implement __iowrite32_copy() (bsc#1226502) +- s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) +- saa7134: Unchecked i2c_transfer function result fixed (git-fixes). +- sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). +- sched/debug: Update stale reference to sched_debug.c (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- sched/topology: Optimize topology_span_sane() (bsc#1225053). +- scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). +- scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). +- scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). +- scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). +- scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). +- scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). +- scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). +- scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). +- sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). +- selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). +- selftests/bpf: add edge case backtracking logic test (bsc#1225756). +- selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). +- selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). +- selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). +- selftests/bpf: test widening for iterating callbacks (bsc#1225903). +- selftests/bpf: tests for iterating callbacks (bsc#1225903). +- selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). +- selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). +- selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). +- selftests/ftrace: Fix event filter target_func selection (stable-fixes). +- selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). +- selftests/kcmp: remove unused open mode (git-fixes). +- selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). +- selftests/mm: fix build warnings on ppc64 (stable-fixes). +- selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). +- selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). +- selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). +- selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). +- selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). +- selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). +- selftests: default to host arch for LLVM builds (git-fixes). +- selftests: fix OOM in msg_zerocopy selftest (git-fixes). +- selftests: hsr: Extend the testsuite to also cover HSRv1 (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- selftests: kselftest: Fix build failure with NOLIBC (git-fixes). +- selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). +- selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). +- selftests: mptcp: add ms units for tc-netem delay (stable-fixes). +- selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). +- selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). +- selftests: net: move amt to socat for better compatibility (git-fixes). +- selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). +- selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). +- selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). +- selftests: timers: Fix abs() warning in posix_timers test (git-fixes). +- selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). +- selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). +- selinux: introduce an initial SID for early boot processes (bsc#1208593). +- serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). +- serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). +- serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). +- serial: core: introduce uart_port_tx_limited_flags() (git-fixes). +- serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). +- serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). +- serial: imx: Raise TX trigger level to 8 (stable-fixes). +- serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). +- serial: max3100: Fix bitwise types (git-fixes). +- serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). +- serial: max3100: Update uart_driver_registered on driver removal (git-fixes). +- serial: pch: Do not disable interrupts while acquiring lock in ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Do not initialize uart_port's spin_lock (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Invoke handle_rx_to() directly (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT prerequisite backports)). +- serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). +- serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). +- serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). +- slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). +- smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). +- smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). +- smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). +- smb3: show beginning time for per share stats (bsc#1225172). +- smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). +- smb: client: ensure to try all targets when finding nested links (bsc#1225172). +- smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). +- smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). +- smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). +- smb: client: get rid of dfs naming in automount code (bsc#1225172). +- smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). +- smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). +- smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). +- smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). +- smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). +- smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). +- soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (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: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). +- soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). +- soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). +- soc: qcom: pmic_glink: notify clients about the current state (git-fixes). +- soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). +- soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). +- soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). +- soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). +- soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). +- soundwire: cadence: fix invalid PDI offset (stable-fixes). +- speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). +- spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). +- spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). +- spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). +- spi: fix null pointer dereference within spi_sync (git-fixes). +- spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). +- spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). +- spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). +- spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). +- spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). +- spi: microchip-core: fix the issues in the isr (git-fixes). +- spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). +- spi: mux: set ctlr->bits_per_word_mask (stable-fixes). +- spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). +- spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). +- spi: stm32: Do not warn about spurious interrupts (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). +- spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). +- spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). +- ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). +- staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). +- struct acpi_ec kABI workaround (git-fixes). +- sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). +- swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) +- swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) +- swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) +- swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) +- tcp: Dump bound-only sockets in inet_diag (bsc#1204562). +- thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). +- thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). +- thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). +- thermal/drivers/tsens: Fix null pointer dereference (git-fixes). +- thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). +- thunderbolt: Fix wake configurations after device unplug (stable-fixes). +- thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). +- thunderbolt: Introduce tb_port_reset() (stable-fixes). +- thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). +- thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). +- thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). +- tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). +- tls: do not skip over different type records from the rx_list (bsc#1221858). +- tls: fix peeking with sync+async decryption (bsc#1221858). +- tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). +- tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). +- tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). +- tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). +- tools/memory-model: Fix bug in lock.cat (git-fixes). +- tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). +- tools/power turbostat: Remember global max_die_id (stable-fixes). +- tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). +- tools: ynl: do not leak mcast_groups on init error (git-fixes). +- tools: ynl: fix handling of multiple mcast groups (git-fixes). +- tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). +- tpm_tis: Do *not* flush uninitialized work (git-fixes). +- tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). +- tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). +- tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). +- tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). +- tracing: Build event generation tests only as modules (git-fixes). +- tracing: hide unused ftrace_event_id_fops (git-fixes). +- tty: mcf: MCF54418 has 10 UARTS (git-fixes). +- tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). +- tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). +- tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). +- usb-storage: alauda: Check whether the media is initialized (git-fixes). +- usb: Disable USB3 LPM at shutdown (stable-fixes). +- usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). +- usb: aqc111: stop lying about skb->truesize (git-fixes). +- usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). +- usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). +- usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). +- usb: dwc3: core: Prevent phy suspend during init (Git-fixes). +- usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). +- usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). +- usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). +- usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). +- usb: fotg210: Add missing kernel doc description (git-fixes). +- usb: gadget: aspeed_udc: fix device address configuration (git-fixes). +- usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). +- usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). +- usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). +- usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). +- usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). +- usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). +- usb: gadget: printer: SS+ support (stable-fixes). +- usb: gadget: printer: fix races against disable (git-fixes). +- usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). +- usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). +- usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). +- usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). +- usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). +- usb: musb: da8xx: fix a resource leak in probe() (git-fixes). +- usb: ohci: Prevent missed ohci interrupts (git-fixes). +- usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). +- usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). +- usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). +- usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). +- usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). +- usb: typec: tipd: fix event checking for tps6598x (git-fixes). +- usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). +- usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). +- usb: typec: ucsi: always register a link to USB PD device (git-fixes). +- usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). +- usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). +- usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). +- usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). +- usb: ucsi: stm32: fix command completion handling (git-fixes). +- usb: xhci-plat: Do not include xhci.h (stable-fixes). +- usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). +- vboxsf: explicitly deny setlease attempts (stable-fixes). +- vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). +- vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). +- virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). +- virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). +- virtio_net: Do not send RSS key if it is not supported (git-fixes). +- virtio_net: avoid data-races on dev->stats fields (git-fixes). +- virtio_net: checksum offloading handling fix (git-fixes). +- vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). +- vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). +- vsock/virtio: fix packet delivery to tap device (git-fixes). +- watchdog: bd9576: Drop "always-running" property (git-fixes). +- watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). +- watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (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). +- watchdog: rzn1: Convert comma to semicolon (git-fixes). +- watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). +- wifi: add HAS_IOPORT dependencies (bsc#1227149). +- wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ar5523: enable proper endpoint verification (git-fixes). +- wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). +- wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). +- wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). +- 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: ath10k: Fix a few spelling errors (bsc#1227149). +- wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). +- 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: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). +- wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). +- wifi: ath10k: Use list_count_nodes() (bsc#1227149). +- wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). +- wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). +- wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). +- wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). +- wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). +- wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). +- wifi: ath10k: improve structure padding (bsc#1227149). +- wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). +- wifi: ath10k: poll service ready message before failing (git-fixes). +- wifi: ath10k: populate board data for WCN3990 (git-fixes). +- wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). +- wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). +- wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). +- wifi: ath10k: remove unused template structs (bsc#1227149). +- wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). +- wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). +- wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). +- wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). +- wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). +- wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). +- wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). +- wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). +- wifi: ath11k: EMA beacon support (bsc#1227149). +- wifi: ath11k: Fix a few spelling errors (bsc#1227149). +- wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). +- wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). +- wifi: ath11k: MBSSID beacon support (bsc#1227149). +- wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). +- wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). +- wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). +- wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). +- wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). +- wifi: ath11k: Remove cal_done check during probe (bsc#1227149). +- wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). +- wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). +- wifi: ath11k: Remove unneeded semicolon (bsc#1227149). +- wifi: ath11k: Remove unused declarations (bsc#1227149). +- wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). +- wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). +- wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). +- wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). +- wifi: ath11k: Use device_get_match_data() (bsc#1227149). +- wifi: ath11k: Use list_count_nodes() (bsc#1227149). +- wifi: ath11k: add WMI event debug messages (bsc#1227149). +- wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). +- wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). +- wifi: ath11k: add firmware-2.bin support (bsc#1227149). +- wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). +- wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). +- wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath11k: add support for QCA2066 (bsc#1227149). +- wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). +- wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). +- wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). +- wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). +- wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). +- wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). +- wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). +- wifi: ath11k: do not use %pK (bsc#1227149). +- wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). +- wifi: ath11k: dp: cleanup debug message (bsc#1227149). +- wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). +- wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). +- wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). +- wifi: ath11k: factory test mode support (bsc#1227149). +- wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). +- wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). +- wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). +- wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). +- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). +- wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). +- wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). +- wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). +- wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). +- wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). +- wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). +- wifi: ath11k: hal: cleanup debug message (bsc#1227149). +- wifi: ath11k: htc: cleanup debug messages (bsc#1227149). +- wifi: ath11k: initialize eirp_power before use (bsc#1227149). +- wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). +- wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). +- wifi: ath11k: move pci.ops registration ahead (bsc#1227149). +- wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). +- wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). +- wifi: ath11k: pci: cleanup debug logging (bsc#1227149). +- wifi: ath11k: print debug level in debug messages (bsc#1227149). +- wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). +- wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). +- wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath11k: refactor setting country code logic (stable-fixes). +- wifi: ath11k: refactor vif parameter configurations (bsc#1227149). +- wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). +- wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). +- wifi: ath11k: remove invalid peer create logic (bsc#1227149). +- wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). +- wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath11k: remove unsupported event handlers (bsc#1227149). +- wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). +- wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). +- wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). +- wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). +- wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). +- wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). +- wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). +- wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath11k: restore country code during resume (git-fixes). +- wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). +- wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). +- wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). +- wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). +- wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). +- wifi: ath11k: support 2 station interfaces (bsc#1227149). +- wifi: ath11k: update proper pdev/vdev id for testmode command (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: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). +- wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). +- wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). +- wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). +- wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). +- wifi: ath11k: wmi: use common error handling style (bsc#1227149). +- wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). +- wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). +- wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). +- wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). +- wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). +- wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). +- wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). +- wifi: ath12k: Do not drop tx_status in failure case (git-fixes). +- wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). +- wifi: ath12k: Fix a few spelling errors (bsc#1227149). +- wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). +- wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). +- wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). +- wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). +- wifi: ath12k: Make QMI message rules const (bsc#1227149). +- wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). +- wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). +- wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). +- wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). +- wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). +- wifi: ath12k: Remove some dead code (bsc#1227149). +- wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). +- wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). +- wifi: ath12k: Remove unused declarations (bsc#1227149). +- wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). +- wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). +- wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). +- wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). +- wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). +- wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). +- wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). +- wifi: ath12k: add EHT PHY modes (bsc#1227149). +- wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). +- wifi: ath12k: add MLO header in peer association (bsc#1227149). +- wifi: ath12k: add P2P IE in beacon template (bsc#1227149). +- wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). +- wifi: ath12k: add WMI support for EHT peer (bsc#1227149). +- wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). +- wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). +- wifi: ath12k: add firmware-2.bin support (bsc#1227149). +- wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). +- wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). +- wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). +- wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). +- wifi: ath12k: add processing for TWT disable event (bsc#1227149). +- wifi: ath12k: add processing for TWT enable event (bsc#1227149). +- wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). +- wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). +- wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). +- wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for BA1024 (bsc#1227149). +- wifi: ath12k: add support for collecting firmware log (bsc#1227149). +- wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). +- wifi: ath12k: add support for peer meta data version (bsc#1227149). +- wifi: ath12k: add support one MSI vector (bsc#1227149). +- wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). +- wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). +- wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). +- wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). +- wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). +- wifi: ath12k: avoid duplicated vdev stop (git-fixes). +- 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: avoid repeated hw access from ar (bsc#1227149). +- wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). +- wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). +- wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). +- wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). +- wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). +- wifi: ath12k: change interface combination for P2P mode (bsc#1227149). +- wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). +- wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). +- wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). +- wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). +- wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). +- wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). +- wifi: ath12k: configure puncturing bitmap (bsc#1227149). +- wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). +- wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). +- wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). +- wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). +- wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). +- wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). +- wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). +- wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). +- wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). +- wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). +- wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). +- wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). +- wifi: ath12k: fix PCI read and write (bsc#1227149). +- wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). +- wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). +- wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). +- wifi: ath12k: fix debug messages (bsc#1227149). +- wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). +- wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). +- wifi: ath12k: fix firmware crash during reo reinject (git-fixes). +- wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). +- wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). +- wifi: ath12k: fix kernel crash during resume (bsc#1227149). +- wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). +- wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). +- wifi: ath12k: fix peer metadata parsing (git-fixes). +- wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). +- wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). +- wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). +- wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). +- wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). +- wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). +- wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). +- wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). +- wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). +- wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). +- wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). +- wifi: ath12k: increase vdev setup timeout (bsc#1227149). +- wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (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: move HE capabilities processing to a new function (bsc#1227149). +- wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). +- wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). +- wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). +- wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). +- wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). +- wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). +- wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). +- wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). +- wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). +- wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). +- wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). +- wifi: ath12k: refactor the rfkill worker (bsc#1227149). +- wifi: ath12k: register EHT mesh capabilities (bsc#1227149). +- wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). +- wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). +- wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). +- wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). +- wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). +- wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). +- wifi: ath12k: rename HE capabilities setup/copy functions (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). +- wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). +- wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). +- wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). +- wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). +- wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). +- wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). +- wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). +- wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). +- wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). +- wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). +- wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath5k: Remove redundant dev_err() (bsc#1227149). +- wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). +- wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). +- wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). +- wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). +- wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). +- wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). +- wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). +- wifi: ath9k: Remove unused declarations (bsc#1227149). +- wifi: ath9k: avoid using uninitialized array (bsc#1227149). +- wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). +- wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). +- wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). +- wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). +- wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). +- wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). +- wifi: ath9k: use u32 for txgain indexes (bsc#1227149). +- wifi: ath9k: work around memset overflow warning (bsc#1227149). +- wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). +- wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). +- wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). +- wifi: ath: remove unused-but-set parameter (bsc#1227149). +- wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). +- wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). +- wifi: atmel: remove unused ioctl function (bsc#1227149). +- wifi: b43: silence sparse warnings (bsc#1227149). +- wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). +- wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). +- wifi: brcmfmac: add linefeed at end of file (bsc#1227149). +- wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). +- wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). +- wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). +- wifi: brcmfmac: export firmware interface functions (bsc#1227149). +- wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). +- wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). +- wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). +- wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). +- wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). +- wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). +- wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). +- wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). +- wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). +- wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). +- wifi: brcmsmac: remove more unused data types (bsc#1227149). +- wifi: brcmsmac: remove unused data type (bsc#1227149). +- wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). +- wifi: brcmsmac: silence sparse warnings (bsc#1227149). +- wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). +- wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). +- wifi: carl9170: add a proper sanity check for endpoints (git-fixes). +- wifi: carl9170: re-fix fortified-memset warning (git-fixes). +- wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). +- wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). +- wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: cfg80211: Fix typo in documentation (bsc#1227149). +- wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). +- wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). +- wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). +- wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). +- wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). +- wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). +- wifi: cfg80211: add BSS usage reporting (bsc#1227149). +- wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). +- wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). +- wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). +- wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). +- wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). +- wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). +- wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). +- wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). +- wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). +- wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). +- wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). +- wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). +- wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). +- wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). +- wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). +- wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). +- wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). +- wifi: cfg80211: fix CQM for non-range use (bsc#1227149). +- wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). +- wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). +- wifi: cfg80211: fix spelling & punctutation (bsc#1227149). +- wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). +- wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). +- wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). +- wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). +- wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). +- wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). +- wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). +- wifi: cfg80211: improve documentation for flag fields (bsc#1227149). +- wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). +- wifi: cfg80211: make RX assoc data const (bsc#1227149). +- wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). +- wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). +- wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). +- wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). +- wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). +- wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). +- wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). +- wifi: cfg80211: remove scan_width support (bsc#1227149). +- wifi: cfg80211: remove wdev mutex (bsc#1227149). +- wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). +- wifi: cfg80211: report per-link errors during association (bsc#1227149). +- wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). +- wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). +- wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). +- wifi: cfg80211: set correct param change count in ML element (bsc#1227149). +- wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). +- wifi: cfg80211: sort certificates in build (bsc#1227149). +- wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). +- wifi: cfg80211: validate HE operation element parsing (bsc#1227149). +- wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). +- wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). +- wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). +- wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). +- wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). +- wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). +- wifi: cw1200: restore endian swapping (bsc#1227149). +- wifi: drivers: Explicitly include correct DT includes (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). +- wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). +- wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). +- wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). +- wifi: hostap: remove unused ioctl function (bsc#1227149). +- wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). +- wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). +- wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). +- wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). +- wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). +- wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). +- wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). +- wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). +- wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). +- wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). +- wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). +- wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). +- wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). +- wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). +- wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). +- wifi: iwlwifi: Use request_module_nowait (bsc#1227149). +- wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). +- wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). +- wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). +- wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). +- wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). +- wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). +- wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). +- wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). +- wifi: iwlwifi: add support for new ini region types (bsc#1227149). +- wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). +- wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). +- wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). +- wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). +- wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). +- wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). +- wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). +- wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). +- wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). +- wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). +- wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). +- wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). +- wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). +- wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). +- wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). +- wifi: iwlwifi: clear link_id in time_event (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). +- wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). +- wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). +- wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). +- wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). +- wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). +- wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). +- wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). +- wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). +- wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). +- wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). +- wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). +- wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). +- wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: fix system commands group ordering (bsc#1227149). +- wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). +- wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). +- wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). +- wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). +- wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). +- wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). +- wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). +- wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). +- wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). +- wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). +- wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). +- wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). +- wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). +- wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). +- wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). +- wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). +- wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). +- wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). +- wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). +- wifi: iwlwifi: make time_events MLO aware (bsc#1227149). +- wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). +- wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). +- wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). +- wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). +- wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). +- wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). +- wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). +- wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). +- wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). +- wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). +- wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). +- wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). +- wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). +- wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). +- wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). +- wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). +- wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). +- wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). +- wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). +- wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). +- wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). +- wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). +- wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). +- wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). +- wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). +- wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). +- wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). +- wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). +- wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). +- wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). +- wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). +- wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). +- wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). +- wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). +- wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). +- wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). +- wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). +- wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). +- wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). +- wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). +- wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). +- wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). +- wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). +- wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). +- wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). +- wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). +- wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). +- wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). +- wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). +- wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). +- wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). +- wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). +- wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). +- wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). +- wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). +- wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). +- wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). +- wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). +- wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). +- wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). +- wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). +- wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). +- wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). +- wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). +- wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). +- wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). +- wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). +- wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). +- wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). +- wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). +- wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). +- wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). +- wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). +- wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). +- wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). +- wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). +- wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). +- wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). +- wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). +- wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). +- wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). +- wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). +- wifi: iwlwifi: mvm: init vif works only once (git-fixes). +- wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). +- wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). +- wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). +- wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). +- wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). +- wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). +- wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). +- wifi: iwlwifi: mvm: make functions public (bsc#1227149). +- wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). +- wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). +- wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). +- wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). +- wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). +- wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). +- wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). +- wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). +- wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). +- wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). +- wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). +- wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). +- wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). +- wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). +- wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). +- wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). +- wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). +- wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). +- wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). +- wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). +- wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). +- wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). +- wifi: iwlwifi: mvm: set properly mac header (git-fixes). +- wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). +- wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). +- wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). +- wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). +- wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). +- wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). +- wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). +- wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). +- wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). +- wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). +- wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). +- wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). +- wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). +- wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). +- wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). +- wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). +- wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). +- wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). +- wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). +- wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). +- wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). +- wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). +- wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). +- wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). +- wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). +- wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). +- wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). +- wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). +- wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). +- wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). +- wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). +- wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). +- wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: properly check if link is active (bsc#1227149). +- wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). +- wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). +- wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). +- wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). +- wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). +- wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). +- wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). +- wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). +- wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). +- wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). +- wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). +- wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). +- wifi: iwlwifi: read mac step from aux register (bsc#1227149). +- wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). +- wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). +- wifi: iwlwifi: refactor RX tracing (bsc#1227149). +- wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). +- wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). +- wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). +- wifi: iwlwifi: remove async command callback (bsc#1227149). +- wifi: iwlwifi: remove dead-code (bsc#1227149). +- wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). +- wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). +- wifi: iwlwifi: remove retry loops in start (bsc#1227149). +- wifi: iwlwifi: remove unused function prototype (bsc#1227149). +- wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). +- wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). +- wifi: iwlwifi: send EDT table to FW (bsc#1227149). +- wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). +- wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). +- wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). +- wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). +- wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). +- wifi: iwlwifi: support link command version 2 (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: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). +- wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). +- wifi: iwlwifi: update context info structure definitions (bsc#1227149). +- wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). +- wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). +- wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). +- wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). +- wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). +- wifi: libertas: cleanup SDIO reset (bsc#1227149). +- wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). +- wifi: libertas: prefer kstrtoX() for simple integer conversions (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: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). +- wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). +- wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). +- wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). +- wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). +- wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). +- wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). +- wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). +- wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). +- wifi: mac80211: Print local link address during authentication (bsc#1227149). +- wifi: mac80211: Recalc offload when monitor stop (git-fixes). +- wifi: mac80211: Remove unused function declarations (bsc#1227149). +- wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). +- wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). +- wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). +- wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). +- wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). +- wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). +- wifi: mac80211: add a driver callback to check active_links (bsc#1227149). +- wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). +- wifi: mac80211: add back SPDX identifier (bsc#1227149). +- wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). +- wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). +- wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). +- wifi: mac80211: add more ops assertions (bsc#1227149). +- wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). +- wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). +- wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). +- wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). +- wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). +- wifi: mac80211: additions to change_beacon() (bsc#1227149). +- wifi: mac80211: address some kerneldoc warnings (bsc#1227149). +- wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). +- wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). +- wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). +- wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). +- wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). +- wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). +- wifi: mac80211: check wiphy mutex in ops (bsc#1227149). +- wifi: mac80211: clean up assignments to pointer cache (stable-fixes). +- wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). +- wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). +- wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). +- wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). +- wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). +- wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). +- wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). +- wifi: mac80211: describe return values in kernel-doc (bsc#1227149). +- wifi: mac80211: disable softirqs for queued frame handling (git-fixes). +- wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). +- wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). +- wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). +- wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). +- wifi: mac80211: do not use rate mask for scanning (stable-fixes). +- wifi: mac80211: drop robust action frames before assoc (bsc#1227149). +- wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). +- wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). +- wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). +- wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). +- wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). +- wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). +- wifi: mac80211: fix BA session teardown race (bsc#1227149). +- wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). +- wifi: mac80211: fix SMPS status handling (bsc#1227149). +- wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). +- wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). +- wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). +- wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). +- wifi: mac80211: fix another key installation error path (bsc#1227149). +- wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). +- wifi: mac80211: fix channel switch link data (bsc#1227149). +- wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). +- wifi: mac80211: fix error path key leak (bsc#1227149). +- wifi: mac80211: fix header kernel-doc typos (bsc#1227149). +- wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). +- wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). +- wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). +- wifi: mac80211: fix potential key leak (bsc#1227149). +- wifi: mac80211: fix prep_connection error path (stable-fixes). +- wifi: mac80211: fix spelling typo in comment (bsc#1227149). +- wifi: mac80211: fix unaligned le16 access (git-fixes). +- wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). +- wifi: mac80211: fix various kernel-doc issues (bsc#1227149). +- wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). +- wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). +- wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). +- wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). +- wifi: mac80211: handle tasklet frames before stopping (stable-fixes). +- wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). +- wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). +- wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). +- wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). +- wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). +- wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). +- wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). +- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). +- wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). +- wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). +- wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). +- wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). +- wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). +- wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). +- wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). +- wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). +- wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). +- wifi: mac80211: move link activation work to wiphy work (bsc#1227149). +- wifi: mac80211: move monitor work to wiphy work (bsc#1227149). +- wifi: mac80211: move tspec work to wiphy work (bsc#1227149). +- wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). +- wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). +- wifi: mac80211: reduce iflist_mtx (bsc#1227149). +- wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). +- wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). +- wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). +- wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). +- wifi: mac80211: remove chanctx_mtx (bsc#1227149). +- wifi: mac80211: remove key_mtx (bsc#1227149). +- wifi: mac80211: remove link before AP (git-fixes). +- wifi: mac80211: remove local->mtx (bsc#1227149). +- wifi: mac80211: remove redundant ML element check (bsc#1227149). +- wifi: mac80211: remove shifted rate support (bsc#1227149). +- wifi: mac80211: remove sta_mtx (bsc#1227149). +- wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). +- wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). +- wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). +- wifi: mac80211: report per-link error during association (bsc#1227149). +- wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). +- wifi: mac80211: rework RX timestamp flags (bsc#1227149). +- wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). +- wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). +- wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). +- wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). +- wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). +- wifi: mac80211: sta_info.c: fix sentence grammar (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: take MBSSID/EHT data also from probe resp (bsc#1227149). +- wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). +- wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). +- wifi: mac80211: update beacon counters per link basis (bsc#1227149). +- wifi: mac80211: update some locking documentation (bsc#1227149). +- wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). +- wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). +- wifi: mac80211: use deflink and fix typo in link ID check (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: mac80211_hwsim: init peer measurement result (git-fixes). +- wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). +- wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). +- wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). +- wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). +- wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). +- wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). +- wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). +- wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). +- wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). +- wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). +- wifi: mt76: change txpower init to per-phy (bsc#1227149). +- wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). +- wifi: mt76: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). +- wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: add connac3 mac library (bsc#1227149). +- wifi: mt76: connac: add data field in struct tlv (bsc#1227149). +- wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). +- wifi: mt76: connac: add eht support for tx power (bsc#1227149). +- wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). +- wifi: mt76: connac: add more unified command IDs (bsc#1227149). +- wifi: mt76: connac: add more unified event IDs (bsc#1227149). +- wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). +- wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). +- wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). +- wifi: mt76: connac: check for null before dereferencing (bsc#1227149). +- wifi: mt76: connac: export functions for mt7925 (bsc#1227149). +- wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). +- wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). +- wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). +- wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). +- wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). +- wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). +- wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). +- wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). +- wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). +- wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). +- wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). +- wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). +- wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). +- wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). +- wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). +- wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). +- wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). +- wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). +- wifi: mt76: move rate info in mt76_vif (bsc#1227149). +- wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). +- wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). +- wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). +- wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). +- wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). +- wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). +- wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). +- wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). +- wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). +- wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). +- wifi: mt76: mt7915 add tc offloading support (bsc#1227149). +- wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). +- wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). +- wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). +- wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). +- wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). +- wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). +- wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). +- wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). +- wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). +- wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). +- wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). +- wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). +- wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). +- wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). +- wifi: mt76: mt7921: Support temp sensor (bsc#1227149). +- wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). +- wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). +- wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). +- wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). +- wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). +- wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). +- wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). +- wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). +- wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). +- wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). +- wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). +- wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). +- wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). +- wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). +- wifi: mt76: mt7921: move connac nic capability handling to mt7921 (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). +- wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). +- wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). +- wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). +- wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). +- wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). +- wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). +- 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). +- wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). +- wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). +- wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). +- wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). +- wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). +- wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). +- wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). +- wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). +- wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). +- wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). +- wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). +- wifi: mt76: mt7925: fix fw download fail (bsc#1227149). +- wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). +- wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). +- wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). +- wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). +- wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). +- wifi: mt76: mt7925: support temperature sensor (bsc#1227149). +- wifi: mt76: mt7925: update PCIe DMA settings (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: mt792x: fix ethtool warning (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). +- wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). +- wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). +- wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). +- wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). +- wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). +- wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). +- wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). +- wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). +- wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). +- wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). +- wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). +- wifi: mt76: mt7996: add muru support (bsc#1227149). +- wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). +- wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). +- wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). +- wifi: mt76: mt7996: add txpower setting support (bsc#1227149). +- wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). +- wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). +- wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). +- wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). +- wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). +- wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). +- wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). +- wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). +- wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). +- wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). +- wifi: mt76: mt7996: fix fortify warning (bsc#1227149). +- wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). +- wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). +- wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). +- wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). +- wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). +- wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). +- wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). +- wifi: mt76: mt7996: increase tx token size (bsc#1227149). +- wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). +- wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). +- wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). +- wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). +- wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). +- wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). +- wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). +- wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). +- wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). +- wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). +- wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). +- wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). +- wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). +- wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). +- wifi: mt76: mt7996: support per-band LED control (bsc#1227149). +- wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). +- wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (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). +- wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). +- wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). +- wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). +- wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). +- wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). +- wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). +- wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). +- wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). +- wifi: mt76: use chainmask for power delta calculation (bsc#1227149). +- wifi: mwifiex: Drop unused headers (bsc#1227149). +- wifi: mwifiex: Fix interface type change (git-fixes). +- wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). +- wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). +- wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). +- wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). +- wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). +- wifi: mwifiex: Use list_count_nodes() (bsc#1227149). +- wifi: mwifiex: cleanup adapter data (bsc#1227149). +- wifi: mwifiex: cleanup private data structures (bsc#1227149). +- wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). +- wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). +- wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). +- wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). +- wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). +- wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). +- wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). +- wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). +- wifi: mwifiex: simplify PCIE write operations (bsc#1227149). +- wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). +- wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). +- wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). +- wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). +- wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). +- wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). +- wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). +- wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). +- wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). +- wifi: nl80211: do not free NULL coalescing rule (git-fixes). +- wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). +- wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). +- wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). +- wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). +- wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). +- wifi: plfxlc: Drop unused include (bsc#1227149). +- wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). +- wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). +- wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). +- wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). +- wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). +- wifi: rt2x00: Simplify bool conversion (bsc#1227149). +- wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). +- wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). +- wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). +- wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). +- wifi: rt2x00: fix the typo in comments (bsc#1227149). +- wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). +- wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). +- wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). +- wifi: rt2x00: make watchdog param per device (bsc#1227149). +- wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). +- wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). +- wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). +- wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). +- wifi: rt2x00: silence sparse warnings (bsc#1227149). +- wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). +- wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). +- wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). +- wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). +- wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). +- wifi: rtl8xxxu: Add beacon functions (bsc#1227149). +- wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). +- wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). +- wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). +- wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). +- wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). +- wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). +- wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). +- wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). +- wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). +- wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). +- wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). +- wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). +- wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). +- wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). +- wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). +- wifi: rtl8xxxu: Rename some registers (bsc#1227149). +- wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). +- wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). +- wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). +- wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). +- wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). +- wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). +- wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). +- wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). +- wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). +- wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). +- wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). +- wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). +- wifi: rtl8xxxu: enable channel switch support (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: fix error messages (bsc#1227149). +- wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). +- wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). +- wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). +- wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (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: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). +- wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (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 configure_filter() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). +- wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (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: support setting linktype for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). +- wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). +- wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). +- wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). +- wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). +- wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). +- wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). +- wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). +- wifi: rtlwifi: cleanup USB interface (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). +- wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). +- wifi: rtlwifi: cleanup struct rtl_ps_ctl (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: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). +- wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). +- wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). +- wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). +- wifi: rtlwifi: remove unused timer and related code (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). +- wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). +- wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (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: rtl8723: Remove unused function rtl8723_cmd_send_packet() (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: Remove unnecessary PME_Status bit set (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). +- wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). +- wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). +- wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). +- wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). +- wifi: rtlwifi: simplify LED management (bsc#1227149). +- wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). +- wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). +- wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). +- wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). +- wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). +- wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). +- wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). +- wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). +- wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). +- wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). +- wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). +- wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). +- wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). +- wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). +- wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). +- wifi: rtw88: Stop high queue during scan (bsc#1227149). +- wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). +- wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). +- wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). +- wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). +- wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). +- wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). +- wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). +- wifi: rtw88: refine register based H2C command (bsc#1227149). +- wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). +- wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). +- wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). +- wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). +- wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). +- wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). +- wifi: rtw88: simplify vif iterators (bsc#1227149). +- wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). +- wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). +- wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). +- wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). +- wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). +- wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). +- wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). +- wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). +- wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). +- wifi: rtw89: 8851b: add RF configurations (bsc#1227149). +- wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). +- wifi: rtw89: 8851b: add basic power on function (bsc#1227149). +- wifi: rtw89: 8851b: add set channel function (bsc#1227149). +- wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). +- wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). +- wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). +- wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). +- wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). +- wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). +- wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). +- wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). +- wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). +- wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). +- wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). +- wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). +- wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). +- wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). +- wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). +- wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). +- wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). +- wifi: rtw89: 8852b: update TX power tables to R36 (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: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). +- wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (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 (1 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 (3 of 3) (bsc#1227149). +- wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). +- wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). +- wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). +- wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). +- wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). +- wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). +- wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (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). +- wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). +- wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). +- wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). +- wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). +- wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). +- wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). +- wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). +- wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). +- wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). +- wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). +- wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). +- wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). +- wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). +- wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). +- wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). +- wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (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: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). +- wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). +- wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). +- wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). +- wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). +- wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). +- wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). +- wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). +- wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). +- wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). +- wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). +- wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). +- wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). +- wifi: rtw89: Set default CQM config if not present (bsc#1227149). +- wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). +- wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). +- wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). +- wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). +- wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). +- wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). +- wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). +- wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). +- wifi: rtw89: add EVM for antenna diversity (bsc#1227149). +- wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). +- wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). +- wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). +- wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). +- wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). +- wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). +- wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). +- wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). +- wifi: rtw89: add firmware parser for v1 format (bsc#1227149). +- wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). +- wifi: rtw89: add function prototype for coex request duration (bsc#1227149). +- wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). +- wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). +- wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). +- wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). +- wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). +- wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). +- wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). +- wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). +- wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). +- wifi: rtw89: add wait/completion for abort scan (bsc#1227149). +- wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). +- wifi: rtw89: advertise missing extended scan feature (bsc#1227149). +- wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). +- wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). +- wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). +- wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). +- wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). +- wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). +- wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). +- wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). +- wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). +- wifi: rtw89: cleanup private data structures (bsc#1227149). +- wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). +- wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). +- wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). +- wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). +- wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). +- wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). +- wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). +- wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). +- wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (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). +- wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). +- wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). +- wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). +- wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). +- wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). +- wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). +- wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). +- wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). +- wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). +- wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). +- wifi: rtw89: configure PPDU max user by chip (bsc#1227149). +- wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). +- wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). +- wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). +- wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). +- wifi: rtw89: debug: add FW log component for scan (bsc#1227149). +- wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). +- wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). +- wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). +- wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). +- wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). +- wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). +- wifi: rtw89: declare MCC in interface combination (bsc#1227149). +- wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). +- wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). +- wifi: rtw89: download firmware with five times retry (bsc#1227149). +- wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). +- wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). +- wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fix HW scan not aborting properly (git-fixes). +- wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). +- wifi: rtw89: fix a width vs precision bug (bsc#1227149). +- wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). +- wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). +- wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). +- wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). +- wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). +- wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). +- wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). +- wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). +- wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). +- wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). +- wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). +- wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). +- wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). +- wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). +- wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). +- wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). +- wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). +- wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). +- wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). +- wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). +- wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). +- wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). +- wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). +- wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). +- wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). +- wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). +- 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: initialize antenna for antenna diversity (bsc#1227149). +- wifi: rtw89: initialize multi-channel handling (bsc#1227149). +- wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). +- wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). +- wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). +- wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). +- wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). +- wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). +- wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). +- wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). +- wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). +- wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). +- wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). +- wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). +- wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). +- wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). +- wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). +- wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). +- wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). +- wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). +- wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). +- wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). +- wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). +- wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). +- wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). +- wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). +- wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). +- wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). +- wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (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: update RTS threshold according to chip gen (bsc#1227149). +- wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). +- wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). +- wifi: rtw89: mcc: consider and determine BT duration (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: deal with beacon NoA if GO exists (bsc#1227149). +- wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). +- wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). +- wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). +- wifi: rtw89: mcc: initialize start flow (bsc#1227149). +- wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). +- wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). +- wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). +- wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). +- wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). +- wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). +- wifi: rtw89: packet offload wait for FW response (bsc#1227149). +- wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). +- wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). +- wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). +- wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). +- wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). +- wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). +- wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). +- wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). +- wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). +- wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). +- wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). +- wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). +- wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). +- wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). +- wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). +- wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). +- wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). +- wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). +- wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). +- wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). +- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). +- wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). +- wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). +- wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). +- wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). +- wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). +- wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). +- wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). +- wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). +- wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). +- wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). +- wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). +- wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). +- wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). +- wifi: rtw89: phy: set TX power by rate 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 channel_info for WiFi 7 chips (bsc#1227149). +- wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). +- wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). +- wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). +- wifi: rtw89: recognize log format from firmware file (bsc#1227149). +- wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). +- wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). +- wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). +- wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). +- wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). +- wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). +- wifi: rtw89: refine hardware scan C2H events (bsc#1227149). +- wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). +- wifi: rtw89: refine packet offload handling under SER (bsc#1227149). +- wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). +- wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). +- wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). +- wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). +- wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). +- wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). +- wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). +- wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). +- wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). +- wifi: rtw89: return failure if needed firmware elements are not recognized (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 IQK (bsc#1227149). +- wifi: rtw89: rfk: add H2C command to trigger RX DCK (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 a completion to wait RF calibration report from C2H event (bsc#1227149). +- wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). +- wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). +- wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). +- wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). +- wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). +- wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). +- wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). +- wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). +- wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). +- wifi: rtw89: show EHT rate in debugfs (bsc#1227149). +- wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). +- wifi: rtw89: support firmware log with formatted text (bsc#1227149). +- wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). +- wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). +- wifi: rtw89: update DMA function with different generation (bsc#1227149). +- wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). +- wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). +- wifi: rtw89: update suspend/resume for different generation (bsc#1227149). +- wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). +- wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). +- wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). +- wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). +- wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (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: use struct to access register-based H2C/C2H (bsc#1227149). +- wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). +- wifi: rtw89: use struct to parse firmware header (bsc#1227149). +- wifi: rtw89: use struct to set RA H2C command (bsc#1227149). +- wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). +- wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). +- wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). +- wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). +- wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). +- wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). +- wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). +- wifi: virt_wifi: do not use strlen() in const context (git-fixes). +- wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). +- wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). +- wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). +- wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). +- wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). +- wifi: wfx: allow to send frames during ROC (bsc#1227149). +- wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). +- wifi: wfx: implement wfx_remain_on_channel() (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: scan_lock is global to the device (bsc#1227149). +- wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). +- wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). +- wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). +- wifi: wilc1000: Remove unused declarations (bsc#1227149). +- wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). +- wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). +- wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). +- wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). +- wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). +- wifi: wilc1000: correct CRC7 calculation (bsc#1227149). +- wifi: wilc1000: fix declarations ordering (bsc#1227149). +- wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). +- wifi: wilc1000: fix ies_len type in connect path (git-fixes). +- wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). +- wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). +- wifi: wilc1000: remove setting msg.spi (bsc#1227149). +- wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). +- wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). +- wifi: wilc1000: simplify remain on channel support (bsc#1227149). +- wifi: wilc1000: simplify wilc_scan() (bsc#1227149). +- wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). +- wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). +- wifi: wilc1000: validate chip id during bus probe (bsc#1227149). +- wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). +- wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). +- wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). +- wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). +- wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). +- wifi: zd1211rw: silence sparse warnings (bsc#1227149). +- wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). +- work around gcc bugs with 'asm goto' with outputs (git-fixes). +- x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). +- x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). +- x86/amd_nb: Check for invalid SMN reads (git-fixes). +- x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). +- x86/asm: Fix build of UML with KASAN (git-fixes). +- x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). +- x86/boot: Ignore NMIs during very early boot (git-fixes). +- x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). +- x86/bugs: Remove default case for fully switched enums (git-fixes). +- x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). +- x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). +- x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). +- x86/cpu: Provide default cache line size if not enumerated (git-fixes). +- x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). +- x86/csum: Improve performance of `csum_partial` (git-fixes). +- x86/csum: Remove unnecessary odd handling (git-fixes). +- x86/csum: clean up `csum_partial' further (git-fixes). +- x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). +- x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). +- x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). +- x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). +- x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). +- x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). +- x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). +- x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). +- x86/kexec: Fix bug with call depth tracking (git-fixes). +- x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). +- x86/mce: Dynamically size space for machine check records (bsc#1222241). +- x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). +- x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). +- x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). +- x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). +- x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). +- x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). +- x86/purgatory: Switch to the position-independent small code model (git-fixes). +- x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). +- x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). +- x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). +- x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). +- x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). +- x86/sev: Fix position dependent variable references in startup code (git-fixes). +- x86/shstk: Make return uprobe work with shadow stack (git-fixes). +- x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). +- x86/srso: Disentangle rethunk-dependent options (git-fixes). +- x86/srso: Fix unret validation dependencies (git-fixes). +- x86/srso: Improve i-cache locality for alias mitigation (git-fixes). +- x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). +- x86/srso: Remove 'pred_cmd' label (git-fixes). +- x86/srso: Unexport untraining functions (git-fixes). +- x86/tdx: Preserve shared bit on mprotect() (git-fixes). +- x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). +- x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). +- x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) +- xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). +- xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). +- xfs: add lock protection when remove perag from radix tree (git-fixes). +- xfs: fix perag leak when growfs fails (git-fixes). +- xfs: force all buffers to be written during btree bulk load (git-fixes). +- xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). +- xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). +- xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). +- xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). +- xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). +- xfs: use xfs_defer_pending objects to recover intent items (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: Handle TD clearing for multiple streams case (git-fixes). +- xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). +- xhci: always resume roothubs if xHC was reset during resume (stable-fixes). +- xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT prerequisite backports)). + + + + + kernel-devel-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.noarch.rpm + True + + + kernel-source-rt-6.4.0-9.1.src.rpm + True + + + kernel-rt-6.4.0-9.1.nosrc.rpm + True + + + kernel-rt-6.4.0-9.1.x86_64.rpm + True + + + kernel-rt-debuginfo-6.4.0-9.1.x86_64.rpm + True + + + kernel-rt-debugsource-6.4.0-9.1.x86_64.rpm + True + + + + + + SUSE-SLE-Micro-6.0-30 + Security update for curl + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for curl fixes the following issues: + +Security issues fixed: + +- CVE-2024-7264: ASN.1 date parser overread (bsc#1228535) +- CVE-2024-6197: Freeing stack buffer in utf8asn1str (bsc#1227888) +- CVE-2024-2379: QUIC certificate check bypass with wolfSSL (bsc#1221666) +- CVE-2024-2466: TLS certificate check bypass with mbedTLS (bsc#1221668) +- CVE-2024-2004: Usage of disabled protocol (bsc#1221665) +- CVE-2024-2398: HTTP/2 push headers memory-leak (bsc#1221667) + +Non-security issue fixed: + +- Fixed various TLS related issues including FTP over SSL transmission timeouts. + + + + + curl-8.6.0-1.2.src.rpm + + + curl-8.6.0-1.2.x86_64.rpm + + + curl-debuginfo-8.6.0-1.2.x86_64.rpm + + + curl-debugsource-8.6.0-1.2.x86_64.rpm + + + libcurl4-8.6.0-1.2.x86_64.rpm + + + libcurl4-debuginfo-8.6.0-1.2.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-27 + Security update for glib2 + low + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for glib2 fixes the following issues: + +- Fixed a possible use after free regression introduced by CVE-2024-34397 patch (bsc#1224044). + + + + + glib2-2.76.2-5.1.src.rpm + + + glib2-debugsource-2.76.2-5.1.x86_64.rpm + + + glib2-tools-2.76.2-5.1.x86_64.rpm + + + glib2-tools-debuginfo-2.76.2-5.1.x86_64.rpm + + + libgio-2_0-0-2.76.2-5.1.x86_64.rpm + + + libgio-2_0-0-debuginfo-2.76.2-5.1.x86_64.rpm + + + libglib-2_0-0-2.76.2-5.1.x86_64.rpm + + + libglib-2_0-0-debuginfo-2.76.2-5.1.x86_64.rpm + + + libgmodule-2_0-0-2.76.2-5.1.x86_64.rpm + + + libgmodule-2_0-0-debuginfo-2.76.2-5.1.x86_64.rpm + + + libgobject-2_0-0-2.76.2-5.1.x86_64.rpm + + + libgobject-2_0-0-debuginfo-2.76.2-5.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-35 + Security update for avahi + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + This update for avahi fixes the following issues: + +Security issues fixed: + +- CVE-2023-38471: Extract host name using avahi_unescape_label (bsc#1216594). +- CVE-2023-38469: Reject overly long TXT resource records (bsc#1216598). + +Non-security issue fixed: + +- no longer supply bogus services to callbacks (bsc#1226586). + + + + + avahi-0.8-5.1.src.rpm + + + avahi-0.8-5.1.x86_64.rpm + + + avahi-debuginfo-0.8-5.1.x86_64.rpm + + + avahi-debugsource-0.8-5.1.x86_64.rpm + + + libavahi-client3-0.8-5.1.x86_64.rpm + + + libavahi-client3-debuginfo-0.8-5.1.x86_64.rpm + + + libavahi-common3-0.8-5.1.x86_64.rpm + + + libavahi-common3-debuginfo-0.8-5.1.x86_64.rpm + + + libavahi-core7-0.8-5.1.x86_64.rpm + + + libavahi-core7-debuginfo-0.8-5.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-26 + Recommended update for suse-build-key + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for suse-build-key fixes the following issues: + +Extended 2048 bit SUSE SLE 12, 15 GA-SP5 key until 2028. (bsc#1229339) + + + + + + suse-build-key-12.0-4.1.noarch.rpm + + + suse-build-key-12.0-4.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-28 + Security update for python-requests + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-requests fixes the following issues: + +- Update to 2.32.2 + * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, + we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing + custom HTTPAdapters will need to migrate their code to use this new API. get_connection is + considered deprecated in all versions of Requests>=2.32.0. + +- Update to 2.32.1 + * Fixed an issue where setting verify=False on the first request from a Session + will cause subsequent requests to the same origin to also ignore cert verification, + regardless of the value of verify. (bsc#1224788, CVE-2024-35195) + * verify=True now reuses a global SSLContext which should improve request time + variance between first and subsequent requests. + * Requests now supports optional use of character detection (chardet or charset_normalizer) + when repackaged or vendored. This enables pip and other projects to minimize their + vendoring surface area. + * Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7. + * Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling. + + + + + python-requests-2.32.2-1.1.src.rpm + + + python311-requests-2.32.2-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-37 + Security update for python-Jinja2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for python-Jinja2 fixes the following issues: + +- CVE-2024-34064, CVE-2024-22195: HTML attribute injection when passing user input as keys to xmlattr filter (bsc#1223980, bsc#1218722) + + + + + python-Jinja2-3.1.2-6.1.src.rpm + + + python311-Jinja2-3.1.2-6.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-36 + Security update for python-urllib3 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for python-urllib3 fixes the following issues: + +- CVE-2024-37891: Fixed issue where proxy-authorization request header was not stripped during cross-origin redirects (bsc#1226469) + + + + + python-urllib3-2.1.0-2.1.src.rpm + + + python311-urllib3-2.1.0-2.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-32 + Security update for glibc + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + This update for glibc fixes the following issues: + +Fixed security issues: + +- CVE-2024-33602: Use time_t for return type of addgetnetgrentX (bsc#1223425) +- CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bsc#1223423) +- CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bsc#1223424) +- CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bsc#1223424) +- CVE-2024-33601, CVE-2024-33602: netgroup: Use two buffers in addgetnetgrentX (bsc#1223425) +- CVE-2024-2961: iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (bsc#1222992) + +Fixed non-security issues: + +- Add workaround for invalid use of libc_nonshared.a with non-SUSE libc (bsc#1221482) +- Fix segfault in wcsncmp (bsc#1228041) +- Also include stat64 in the 32-bit libc_nonshared.a workaround (bsc#1221482) +- Avoid creating ULP prologue for _start routine (bsc#1221940) +- Also add libc_nonshared.a workaround to 32-bit x86 compat package (bsc#1221482) +- malloc: Use __get_nprocs on arena_get2 +- linux: Use rseq area unconditionally in sched_getcpu + + + + + glibc-2.38-7.1.src.rpm + + + glibc-2.38-7.1.x86_64.rpm + + + glibc-debuginfo-2.38-7.1.x86_64.rpm + + + glibc-debugsource-2.38-7.1.x86_64.rpm + + + glibc-devel-2.38-7.1.x86_64.rpm + + + glibc-devel-debuginfo-2.38-7.1.x86_64.rpm + + + glibc-locale-2.38-7.1.x86_64.rpm + + + glibc-locale-base-2.38-7.1.x86_64.rpm + + + glibc-locale-base-debuginfo-2.38-7.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-34 + Recommended update for kernel-livepatch-tools + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + This update for kernel-livepatch-tools fixes the following issues: + +kernel-livepatch-tools is released in version 1.4. + + + + + kernel-livepatch-tools-1.4-1.1.noarch.rpm + + + kernel-livepatch-tools-1.4-1.1.src.rpm + + + + + + SUSE-SLE-Micro-6.0-43 + Security update for selinux-policy + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + This update for selinux-policy fixes the following issues: + +Update to version 20230523+git25.ad22dd7f: + +* Backport wtmpdb label change to have the same wtmpdb label + as in SL Micro 6.1 (bsc#1229132) +* Add auth_rw_wtmpdb_login_records to domains using auth_manage_login_records +* Add auth_rw_wtmpdb_login_records to modules +* Allow xdm_t to read-write to wtmpdb (bsc#1225984) +* Introduce types for wtmpdb and rw interface +* Introduce wtmp_file_type attribute +* Revert "Add policy for wtmpdb (bsc#1210717)" + +Update to version 20230523+git18.f44daf8a: + +* Provide type for sysstat lock files (bsc#1228247) + +Update to version 20230523+git16.0849f54c: + +* allow firewalld access to /dev/random and write HW acceleration logs + (bsc#1215405, bsc#1227930) + + + + + selinux-policy-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-20230523+git25.ad22dd7f-1.1.src.rpm + + + selinux-policy-devel-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + selinux-policy-targeted-20230523+git25.ad22dd7f-1.1.noarch.rpm + + + + + + SUSE-SLE-Micro-6.0-45 + Security update for libxml2 + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + This update for libxml2 fixes the following issues: + +- CVE-2024-34459: Fixed buffer over-read in (bsc#1224282) + + + + + libxml2-2-2.11.6-3.1.x86_64.rpm + + + libxml2-2-debuginfo-2.11.6-3.1.x86_64.rpm + + + libxml2-2.11.6-3.1.src.rpm + + + libxml2-debugsource-2.11.6-3.1.x86_64.rpm + + + libxml2-tools-2.11.6-3.1.x86_64.rpm + + + libxml2-tools-debuginfo-2.11.6-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-44 + Security update for expat + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + This update for expat fixes the following issues: + +- CVE-2024-45492: detect integer overflow in function nextScaffoldPart (bsc#1229932) +- CVE-2024-45491: detect integer overflow in dtdCopy (bsc#1229931) +- CVE-2024-45490: reject negative len for XML_ParseBuffer (bsc#1229930) +- CVE-2024-28757: XML Entity Expansion attack when there is isolated use of external parsers (bsc#1221289) + + + + + expat-2.5.0-2.188.src.rpm + + + expat-debugsource-2.5.0-2.188.x86_64.rpm + + + libexpat1-2.5.0-2.188.x86_64.rpm + + + libexpat1-debuginfo-2.5.0-2.188.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-42 + Recommended update for perl-Bootloader + critical + SUSE ALP Source Standard Core 1.0 Build + + + + + This update for perl-Bootloader fixes the following issues: + +- bootloader_entry script can have an optional 'force-default' argument (bsc#1215064) + + This fixes the %post section for kernel-rt. + + + + + + perl-Bootloader-1.6-3.1.src.rpm + + + perl-Bootloader-1.6-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-48 + Security update for git + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + + + + + + + + + + + + + + + + + + This update for git fixes the following issues: + +git was updated to 2.45.1: + + * CVE-2024-32002: recursive clones on case-insensitive + filesystems that support symbolic links are susceptible to case + confusion (bsc#1224168) + * CVE-2024-32004: arbitrary code execution during local clones + (bsc#1224170) + * CVE-2024-32020: file overwriting vulnerability during local + clones (bsc#1224171) + * CVE-2024-32021: git may create hardlinks to arbitrary user- + readable files (bsc#1224172) + * CVE-2024-32465: arbitrary code execution during clone operations + (bsc#1224173) + +Update to 2.45.0: + + * Improved efficiency managing repositories with many references + ("git init --ref-format=reftable") + * "git checkout -p" and friends learned that that "@" is a + synonym for "HEAD" + * cli improvements handling refs + * Expanded a number of commands and options, UI improvements + * status.showUntrackedFiles now accepts "true" + * git-cherry-pick(1) now automatically drops redundant commits + with new --empty option + * The userdiff patterns for C# has been updated. + +Update to 2.44.0: + + * "git checkout -B <branch>" now longer allows switching to a + branch that is in use on another worktree. The users need to + use "--ignore-other-worktrees" option. + * Faster server-side rebases with git replay + * Faster pack generation with multi-pack reuse + * rebase auto-squashing now works in non-interactive mode + * pathspec now understands attr, e.g. ':(attr:~binary) for + selecting non-binaries, or builtin_objectmode for selecting + items by file mode or other properties + * Many other cli UI and internal improvements and extensions + +- Do not replace apparmor configuration, fixes bsc#1216545 + +Update to 2.43.2: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt + * Update to a new feature recently added, "git show-ref --exists". + * Rename detection logic ignored the final line of a file if it + is an incomplete line. + * "git diff --no-rename A B" did not disable rename detection but + did not trigger an error from the command line parser. + * "git diff --no-index file1 file2" segfaulted while invoking the + external diff driver, which has been corrected. + * A failed "git tag -s" did not necessarily result in an error + depending on the crypto backend, which has been corrected. + * "git stash" sometimes was silent even when it failed due to + unwritable index file, which has been corrected. + * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the + mechanism by flipping what yes/no means by mistake, which has + been corrected. + +Update to 2.43.1: + + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt + +- gitweb AppArmor profile: allow reading etc/gitweb-common.conf + (bsc#1218664) + +- git moved to /usr/libexec/git/git, update AppArmor profile + accordingly (bsc#1218588) + +Update to 2.43.0: + + * The "--rfc" option of "git format-patch" used to be a valid way to + override an earlier "--subject-prefix=<something>" on the command + line and replace it with "[RFC PATCH]", but from this release, it + merely prefixes the string "RFC " in front of the given subject + prefix. If you are negatively affected by this change, please use + "--subject-prefix=PATCH --rfc" as a replacement. + * In Git 2.42, "git rev-list --stdin" learned to take non-revisions + (like "--not") from the standard input, but the way such a "--not" was + handled was quite confusing, which has been rethought. The updated + rule is that "--not" given from the command line only affects revs + given from the command line that comes but not revs read from the + standard input, and "--not" read from the standard input affects + revs given from the standard input and not revs given from the + command line. + * A message written in olden time prevented a branch from getting + checked out, saying it is already checked out elsewhere. But these + days, we treat a branch that is being bisected or rebased just like + a branch that is checked out and protect it from getting modified + with the same codepath. The message has been rephrased to say that + the branch is "in use" to avoid confusion. + * Hourly and other schedules of "git maintenance" jobs are randomly + distributed now. + * "git cmd -h" learned to signal which options can be negated by + listing such options like "--[no-]opt". + * The way authentication related data other than passwords (e.g., + oauth token and password expiration data) are stored in libsecret + keyrings has been rethought. + * Update the libsecret and wincred credential helpers to correctly + match which credential to erase; they erased the wrong entry in + some cases. + * Git GUI updates. + * "git format-patch" learned a new "--description-file" option that + lets cover letter description to be fed; this can be used on + detached HEAD where there is no branch description available, and + also can override the branch description if there is one. + * Use of the "--max-pack-size" option to allow multiple packfiles to + be created is now supported even when we are sending unreachable + objects to cruft packs. + * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the + "--subject-prefix" option and used "[RFC PATCH]"; now we will add + "RFC" prefix to whatever subject prefix is specified. + * "git log --format" has been taught the %(decorate) placeholder for + further customization over what the "--decorate" option offers. + * The default log message created by "git revert", when reverting a + commit that records a revert, has been tweaked, to encourage people + to describe complex "revert of revert of revert" situations better in + their own words. + * The command-line completion support (in contrib/) learned to + complete "git commit --trailer=" for possible trailer keys. + * "git update-index" learned the "--show-index-version" option to + inspect the index format version used by the on-disk index file. + * "git diff" learned the "diff.statNameWidth" configuration variable, + to give the default width for the name part in the "--stat" output. + * "git range-diff --notes=foo" compared "log --notes=foo --notes" of + the two ranges, instead of using just the specified notes tree, + which has been corrected to use only the specified notes tree. + * The command line completion script (in contrib/) can be told to + complete aliases by including ": git <cmd> ;" in the alias to tell + it that the alias should be completed in a similar way to how "git + <cmd>" is completed. The parsing code for the alias has been + loosened to allow ';' without an extra space before it. + * "git for-each-ref" and friends learned to apply mailmap to + authorname and other fields in a more flexible way than using + separate placeholder letters like %a[eElL] every time we want to + come up with small variants. + * "git repack" machinery learned to pay attention to the "--filter=" + option. + * "git repack" learned the "--max-cruft-size" option to prevent cruft + packs from growing without bounds. + * "git merge-tree" learned to take strategy backend specific options + via the "-X" option, like "git merge" does. + * "git log" and friends learned the "--dd" option that is a + short-hand for "--diff-merges=first-parent -p". + * The attribute subsystem learned to honor the "attr.tree" + configuration variable that specifies which tree to read the + .gitattributes files from. + * "git merge-file" learns a mode to read three variants of the + contents to be merged from blob objects. + * see https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.0.txt + +Update 2.42.1: + + * Fix "git diff" exit code handling + + + + + git-2.45.1-1.1.src.rpm + + + git-2.45.1-1.1.x86_64.rpm + + + git-core-2.45.1-1.1.x86_64.rpm + + + git-core-debuginfo-2.45.1-1.1.x86_64.rpm + + + git-debuginfo-2.45.1-1.1.x86_64.rpm + + + git-debugsource-2.45.1-1.1.x86_64.rpm + + + perl-Git-2.45.1-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-47 + Security update for libarchive + important + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libarchive fixes the following issues: + +- CVE-2024-20696: Fixed out-of-bounds access in in copy_from_lzss_window_to_unp() (bsc#1225971) +- CVE-2024-20697: Fixed heap based buffer overflow in rar e8 filter (bsc#1225972) + + + + + libarchive-3.6.2-3.1.src.rpm + + + libarchive-debugsource-3.6.2-3.1.x86_64.rpm + + + libarchive13-3.6.2-3.1.x86_64.rpm + + + libarchive13-debuginfo-3.6.2-3.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-49 + Security update for kubevirt + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + This update for kubevirt fixes the following issues: + +- Update to version 1.3.1 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.0 +- Fix DV error report via VM printable status +- Fix permission error in storage migration tests +- Add registry path for SLE15 SP7 +- Bump to the latest tag 1.3.1-150600.5.9.1 + +- Use the images based on SLE15 SP6 BCI +- Bump to the latest tag 1.2.2-150600.5.6.1 + bsc#1221538; bsc#1220512; bsc#1223965 + +- Update to version 1.2.2 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.2 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.1 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.0 +- Pack configuration files for libvirt + + + + + + kubevirt-1.3.1-1.1.src.rpm + + + kubevirt-manifests-1.3.1-1.1.x86_64.rpm + + + kubevirt-virtctl-1.3.1-1.1.x86_64.rpm + + + kubevirt-virtctl-debuginfo-1.3.1-1.1.x86_64.rpm + + + + + + SUSE-SLE-Micro-6.0-50 + Security update for libpcap + moderate + SUSE ALP Source Standard Core 1.0 Build + + + + + + + + This update for libpcap fixes the following issues: + +- CVE-2024-8006: Fixed NULL pointer dereference in pcap_findalldevs_ex() (bsc#1230034) +- CVE-2023-7256: Fixed double free via addrinfo in sock_initaddress() (bsc#1230020) + + + + + libpcap-1.10.4-3.1.src.rpm + + + libpcap-debugsource-1.10.4-3.1.x86_64.rpm + + + libpcap1-1.10.4-3.1.x86_64.rpm + + + libpcap1-debuginfo-1.10.4-3.1.x86_64.rpm + + + + +