kernel-6.12.0-248.el10

* Wed Jul 08 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-248.el10]
- ipv4: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369]
- ipv6: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369] {CVE-2026-53362}
- net: skbuff: fix missing zerocopy reference in pskb_carve helpers (Sabrina Dubroca) [RHEL-192922]
- net: gro: don't merge zcopy skbs (Sabrina Dubroca) [RHEL-177855] {CVE-2026-46323}
- net: skbuff: propagate shared-frag marker through frag-transfer helpers (Sabrina Dubroca) [RHEL-178627] {CVE-2026-43503}
- net: skbuff: preserve shared-frag marker during coalescing (Sabrina Dubroca) [RHEL-176055] {CVE-2026-46300}
- Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: Fix backward compatibility with userspace (David Marlin) [RHEL-184635]
- Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: fix memory leak in error path of hci_alloc_dev() (David Marlin) [RHEL-184635]
- Bluetooth: bnep: reject short frames before parsing (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: validate skb length in MCC handlers (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate advertising TLV before type checks (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functions (David Marlin) [RHEL-184635]
- Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock (David Marlin) [RHEL-184635]
- Bluetooth: ISO: fix UAF in iso_recv_frame (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Use 100 ms SSR delay for rampatch and NVM loading (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync (David Marlin) [RHEL-184635]
- Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Allow firmware re-download when version matches (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: fix missing length checks in hidp_input_report() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate() (David Marlin) [RHEL-184635]
- Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate Add Extended Advertising Data length (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix urb->setup_packet leak in error paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: drop ISO_END frames received without prior ISO_START (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Fix incorrect MAC access programming (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_COMPLETE (David Marlin) [RHEL-184635]
- Bluetooth: bnep: Fix UAF read of dev->name (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Convert timeout from jiffies to ms (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: accept too short WMT FUNC_CTRL events (David Marlin) [RHEL-184635]
- Bluetooth: serialize accept_q access (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_sem (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: fix memset typo (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: pull credit byte with skb_pull_data() (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: validate rx pkt_type header length (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: clamp rx length before skb_put (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: validate WMT event SKB length before struct access (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on dst in iso_sock_connect() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: Fix NULL deref in recv callbacks when priv is uninitialized (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: treat boot stage bit 12 as warning (David Marlin) [RHEL-184635]
- Bluetooth: SCO: hold sk properly in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inversion (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req (David Marlin) [RHEL-184635]
- Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: fix potential UAF in create_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix missing wakeup during SSR memdump handling (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: use strscpy to copy plain strings (David Marlin) [RHEL-184635]
- Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(sk)->codec (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp (David Marlin) [RHEL-184635]
- Bluetooth: hci_ll: Enable BROKEN_ENHANCED_SETUP_SYNC_CONN for WL183x (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MediaTek MT7922: Add VID 0489 & PID e11d (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: hide unused btmtk_mt6639_devs[] array (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-Creator (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for TP-Link Archer TBE550E (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for MSI X870E Ace Max (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Gigabyte Z790 AORUS MASTER X (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Lenovo Legion Pro 7 16ARX9 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS ROG Crosshair X870E Hero (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix ISO interface setup for single alt setting (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support (David Marlin) [RHEL-184635]
- Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: btusb: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: disable power control for WCN7850 when bt_en is not defined (David Marlin) [RHEL-184635]
- bluetooth: btusb: Fix whitespace in btusb.c (David Marlin) [RHEL-184635]
- Bluetooth: qca: enable pwrseq support for WCN39xx devices (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code style (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpious2, Nova Lake-PCD-S (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpius Peak2, Nova Lake-PCD-H (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2F (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2F support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2 (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add DSBR support for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2 support (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Replace CNVi id with hardware variant (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for hybrid signature for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPS (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 SDIO support (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 0e8d/1ede for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3596 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3594 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3580 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3579 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 MCU support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Use struct_size to improve hci_drv_read_info (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add Lite-On 04ca:3807 for MediaTek MT7921 (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Replace snprintf("%%s") with strscpy (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix BT not getting powered-off on rmmod (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix confusing shutdown() and power_off() naming (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: Add entry for BCM4343A2 UART Bluetooth (David Marlin) [RHEL-184635]
- Bluetooth: qca: Refactor code on the basis of chipset names (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add reset mechanism if downloading firmware failed (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add status check in mt79xx firmware setup (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: improve mt79xx firmware setup retry flow (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: remove done label in btbcm_patchram (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rate limit the logging of invalid ISO handle (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MT7922: Add VID/PID 0489/e174 (David Marlin) [RHEL-184635]
- klp-build: Fix patch cleanup on interrupt (Yannick Cote) [RHEL-152194]
- selftests/livepatch: add test for module function patching (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: report patch validation fuzz (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add terminal color output (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: provide friendlier error messages (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: improve short-circuit validation (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: fix shellcheck complaints (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add Makefile with check target (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add grep-override function (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: switch to GNU patch and recountdiff (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: support patches that add/remove files (Yannick Cote) [RHEL-152194]
- selftests: livepatch: test-ftrace: livepatch a traced function (Yannick Cote) [RHEL-152194]
- crypto: asymmetric_keys - Remove unused key_being_used_for[] (Thomas Huth) [RHEL-186630]
- crypto: skcipher - call cond_resched() directly (Thomas Huth) [RHEL-186630]
- crypto: skcipher - optimize initializing skcipher_walk fields (Thomas Huth) [RHEL-186630]
- crypto: skcipher - clean up initialization of skcipher_walk::flags (Thomas Huth) [RHEL-186630]
- crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt() (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant clamping to page size (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove unnecessary page alignment of bounce buffer (Thomas Huth) [RHEL-186630]
- crypto: skcipher - document skcipher_walk_done() and rename some vars (Thomas Huth) [RHEL-186630]
- crypto: omap - switch from scatter_walk to plain offset (Thomas Huth) [RHEL-186630]
- crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data (Thomas Huth) [RHEL-186630]
- crypto: bcm - Drop unused setting of local 'ptr' variable (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - support new function communication (Thomas Huth) [RHEL-186630]
- crypto: proc - Use str_yes_no() and str_no_yes() helpers (Thomas Huth) [RHEL-186630]
- crypto: ahash - make hash walk functions private to ahash.c (Thomas Huth) [RHEL-186630]
- redhat: Remove CONFIG_CRYPTO_KEYWRAP setting (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove unused keywrap algorithm (Thomas Huth) [RHEL-186630]
- crypto: fips - Use str_enabled_disabled() helper in fips_enable() (Thomas Huth) [RHEL-186630]
- crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - additional optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - more code size optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - change len parameter to int (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - improve some comments (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - make the register aliases per-function (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - use .irp when useful (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - tune better for AMD CPUs (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - code size optimization (Thomas Huth) [RHEL-186630]
- crypto: lib/gf128mul - Remove some bbe deadcode (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove assignment of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aegis - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: x86 - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: seed - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: khazad - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: tea - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aria - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: anubis - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove support for physical address walks (Thomas Huth) [RHEL-186630]
- crypto: n2 - remove Niagara2 SPU driver (Thomas Huth) [RHEL-186630]
- crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK (Thomas Huth) [RHEL-186630]
- crypto: caam - use JobR's space to access page 0 regs (Thomas Huth) [RHEL-186630]
- crypto: api - Call crypto_schedule_test outside of mutex (Thomas Huth) [RHEL-186630]
- crypto: api - Fix boot-up self-test race (Thomas Huth) [RHEL-186630]
- lib/crc32: drop leading underscores from __crc32c_le_base (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Copy source data for SG list (Thomas Huth) [RHEL-186630]
- s390/ap: Replace xchg() with WRITE_ONCE() (Thomas Huth) [RHEL-186630]
- crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctx (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() (Thomas Huth) [RHEL-186630]
- crypto: aesni - Move back to module_init (Thomas Huth) [RHEL-186630]
- crypto: lib/mpi - Export mpi_set_bit (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Implement plain NEON variant (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Macroify PMULL asm code (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Use existing mov_l macro instead of __adrl (Thomas Huth) [RHEL-186630]
- crypto: bcm - add error check in the ahash_hmac_init function (Thomas Huth) [RHEL-186630]
- crypto: caam - add error check to caam_rsa_set_priv_key_form (Thomas Huth) [RHEL-186630]
- crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init() (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Reinstate support for legacy protocols (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - disable same error report before resetting (Thomas Huth) [RHEL-186630]
- crypto: hisilicon - support querying the capability register (Thomas Huth) [RHEL-186630]
- crypto: asymmetric_keys - Remove unused functions (Thomas Huth) [RHEL-186630]
- crypto: starfive - remove unneeded crypto_engine_stop() call (Thomas Huth) [RHEL-186630]
- crypto: api - move crypto_simd_disabled_for_test to lib (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix the if condition to exit loop after timeout (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded RETs (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - take advantage of block-aligned len (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize partial block handling using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - improve assembly function prototypes (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize length block preparation using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - don't bother with special code for aligned data (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - eliminate some indirect calls (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove no-op init and exit functions (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - access 32-bit arguments as 32-bit (Thomas Huth) [RHEL-186630]
- crypto: crc32c - Provide crc32c-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: crc32 - Provide crc32-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: nx - Fix invalid wait context during kexec reboot (Thomas Huth) [RHEL-186630]
- crypto: nx - Rename devdata_mutex to devdata_spinlock (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Update Kconfig help text for NIST P521 (Thomas Huth) [RHEL-186630]
- crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys (Thomas Huth) [RHEL-186630]
- s390/crypto: Switch over to sysfs_emit() (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - use devm in probe (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - avoid explicit resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - use devm_platform_get_and_ioremap_resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - remove irq_set_affinity_hint (Thomas Huth) [RHEL-186630]
- crypto: cesa - use enabled variants for clk_get (Thomas Huth) [RHEL-186630]
- crypto: cesa - add COMPILE_TEST (Thomas Huth) [RHEL-186630]
- crypto: doc - Fix akcipher title reference (Thomas Huth) [RHEL-186630]
- crypto: x86/cast5 - Remove unused cast5_ctr_16way (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - fix the coding specifications issue (Thomas Huth) [RHEL-186630]
- crypto: drivers - Correct multiple typos in comments (Thomas Huth) [RHEL-186630]
- crypto: ccree - Fix typo in comment (Thomas Huth) [RHEL-186630]
- crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Thomas Huth) [RHEL-186630]
- crypto: caam - Slightly simplify platform_device() (Thomas Huth) [RHEL-186630]
- crypto: caam - Fix the pointer passed to caam_qi_shutdown() (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/hpre - enable all clusters clock gating (Thomas Huth) [RHEL-186630]
- crypto: mxs-dcp - Fix AES-CBC with hardware-bound keys (Thomas Huth) [RHEL-186630]
- crypto: amlogic - Remove redundant assignment and error messages (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Fix signature size calculation (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Support P1363 signature decoding (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature size calculation into template (Thomas Huth) [RHEL-186630]
- crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature decoding into template (Thomas Huth) [RHEL-186630]
- ASN.1: Clean up include statements in public headers (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Avoid signed integer overflow on signature decoding (Thomas Huth) [RHEL-186630]
- crypto: sig - Move crypto_sig_*() API calls to include file (Thomas Huth) [RHEL-186630]
- redhat: Disable signing ALG again after code has been reworked (Thomas Huth) [RHEL-186630]
- crypto: akcipher - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: drivers - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: virtio - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Avoid copying hash prefix (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Harden digest length verification (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: sig - Introduce sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Drop unused test vector elements (Thomas Huth) [RHEL-186630]
- crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h> (Thomas Huth) [RHEL-186630]
- IB/IPoIB: ndo_set_rx_mode_async conversion (Michal Schmidt) [RHEL-186369]
- selftests: net: use ip commands instead of teamd in team rx_mode test (Michal Schmidt) [RHEL-186369]
- selftests: net: add team_bridge_macvlan rx_mode test (Michal Schmidt) [RHEL-186369]
- net: warn ops-locked drivers still using ndo_set_rx_mode (Michal Schmidt) [RHEL-186369]
- netkit: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- dummy: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- netdevsim: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- iavf: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- bnxt: use snapshot in bnxt_cfg_rx_mode (Michal Schmidt) [RHEL-186369]
- bnxt: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- mlx5: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net/mlx5e: Allow set_rx_mode on uplink representor (Michal Schmidt) [RHEL-186369]
- net: move promiscuity handling into netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: cache snapshot entries for ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: add address list snapshot and reconciliation infrastructure (Michal Schmidt) [RHEL-186369]
- selftests: net: validate team flags propagation (Michal Schmidt) [RHEL-186369]
- Revert "fs: don't block i_writecount during exec" (Abhi Das) [RHEL-159585]
- lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC comment (Luiz Capitulino) [RHEL-146067]
- powerpc/watchdog: add support for hardlockup_sys_info sysctl (Luiz Capitulino) [RHEL-146067]
- hung_task: explicitly report I/O wait state in log output (Luiz Capitulino) [RHEL-146067]
- hung_task: increment the global counter immediately (Luiz Capitulino) [RHEL-146067]
- hung_task: enable runtime reset of hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: refactor detection logic and atomicise detection count (Luiz Capitulino) [RHEL-146067]
- sysctl: add SYSCTL_{USER_TO_KERN,KERN_TO_USER} macros (Luiz Capitulino) [RHEL-146067]
- sys_info: add a default kernel sys_info mask (Luiz Capitulino) [RHEL-146067]
- watchdog: add sys_info sysctls to dump sys info on system lockup (Luiz Capitulino) [RHEL-146067]
- hung_task: add hung_task_sys_info sysctl to dump sys info on task-hung (Luiz Capitulino) [RHEL-146067]
- panic: sys_info: align constant definition names with parameters (Luiz Capitulino) [RHEL-146067]
- kernel/hung_task: unexport sysctl_hung_task_timeout_secs (Luiz Capitulino) [RHEL-146067]
- redhat/configs: update CONFIG_BOOTPARAM_HUNG_TASK_PANIC (Luiz Capitulino) [RHEL-146067]
- hung_task: panic when there are more than N hung tasks at the same time (Luiz Capitulino) [RHEL-146067]
- hung_task: fix warnings caused by unaligned lock pointers (Luiz Capitulino) [RHEL-146067]
- hung_task: dump blocker task if it is not hung (Luiz Capitulino) [RHEL-146067]
- hung_task: extend hung task blocker tracking to rwsems (Luiz Capitulino) [RHEL-146067]
- locking/rwsem: make owner helpers globally available (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on semaphore (Luiz Capitulino) [RHEL-146067]
- hung_task: replace blocker_mutex with encoded blocker (Luiz Capitulino) [RHEL-146067]
- redhat/configs: add new hung task configs (Luiz Capitulino) [RHEL-146067]
- samples: add hung_task detector mutex blocking sample (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on mutex (Luiz Capitulino) [RHEL-146067]
- hung_task: add docs for hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: add detect count for hung tasks (Luiz Capitulino) [RHEL-146067]
- wifi: ath11k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove station if connection prep fails (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180129] {CVE-2026-46125}
- wifi: mac80211: drop stray 'static' from fast-RX rx_result (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180059] {CVE-2026-46152}
- wifi: mac80211: use safe list iteration in radar detect work (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180023] {CVE-2026-46166}
- wifi: ath12k: prepare REO update element only for primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rt2x00: allocate anchor with rt2x00dev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix error unwind on arch_init() failure in PCI probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix peer_id usage in normal RX path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: restrict LMR feedback check to TB and non-TB ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: select POWER_SEQUENCING (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: fix UHR capability validation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: rfkill: prevent unlimited numbers of rfkill events from being created (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31670}
- wifi: rt2x00usb: fix devres lifetime (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31672}
- wifi: brcmfmac: validate bsscfg indices in IF events (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-173865] {CVE-2026-43110}
- wifi: brcmsmac: Fix dma_free_coherent() size (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31661}
- wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31779}
- wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31780}
- wifi: ath12k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: correctly set wifi generation data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: don't send a 6E related command when not supported (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43325}
- wifi: iwlwifi: mld: Fix MLO scan timing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23444}
- wifi: mac80211: fix NULL deref in mesh_matches_local() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23396}
- wifi: mac80211: check tdls flag in ieee80211_tdls_oper (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43052}
- wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31548}
- wifi: mac80211: Fix static_branch_dec() underflow for aql_disable. (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31551}
- mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31394}
- wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive times (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove keys after disabling beaconing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: fully initialise PMSR capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23315}
- wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23363}
- wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23325}
- wifi: mac80211: fix missing ieee80211_eml_params member initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix station lookup failure when disconnecting from AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: use correct pdev id when requesting firmware stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23279}
- wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23246}
- wifi: mac80211: set default WMM parameters on all links (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Fix dev_alloc_name() return value check (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: Fix potential kernel oops when probe fails (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43144}
- wifi: radiotap: reject radiotap with unknown bits (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23367}
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23336}
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmsmac: phy: Remove unreachable error handling code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: remove unnecessary module_init/exit functions [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Add eMLSR/eMLMR action frame parsing support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ieee80211: add some initial UHR definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use wiphy_hrtimer_work for CAC timeout (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clear stale link mapping of ahvif->links_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support TX hardware queue stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support RX PDEV stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Fix index decrement when array_len is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support OBSS PD configuration for AP mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add WMI support for spatial reuse parameter configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- dt-bindings: net: wireless: ath11k-pci: deprecate 'firmware-name' property (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add usecase firmware handling based on device compatible (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: support powering on the device via pwrseq (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: warn if SPS OCP happens for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: restore LDO setting after device resume (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set MU group membership and position to registers (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: disable interrupt before swapping FW for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: tweak Wi-Fi 7 SER L0/L1 simulation methods (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: rename mac/ctrl error to L0/L1 error (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: update regulatory map to R73-R54 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate release report content before using for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43176}
- wifi: rtw89: get designated link to replace link instance 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SIM_SER_L0L1_BY_HALT_H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add PHY C2H event dummy handler for func 1-7 and 2-10 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: correct content of DACK H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK report format of IQK, DACK and TXGAPK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use u64_stats_t with u64_stats_sync properly (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rsi: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- sdio: Provide a bustype shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM request (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add negotiated burst period to FTM result (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add new FTM capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: add digital compensation for 2GHz (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set force MBA duration to 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear DTOP disable excluding CID7090 variant for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update TSSI flow for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add firmware element of digital TX power compensation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update edcca log parsing for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add H2C command to send detail RX gain and link parameters for PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: handle C2H event for PS mode report (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add chip_ops to calculate RX gain from efuse to support PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: Fix memory leak in __print_txpwr_map() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add default ID 28de:2432 for RTL8832CU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix unable to receive probe responses under MLO connection (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: fix incorrect power limit by mac_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: refine initial flow of BB wrapper (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: write BB wrapper registers with flush (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update BB wrapper RFSI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update bb wrapper TPU init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract BB wrap registers to share initial flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: extend register to read history 2 of PHY env_monitor (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract start address and EHT of PHY status bitmap (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear global interrupt right after power-on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: rename struct iwl_mcc_allowed_ap_type_cmd::offset_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove link_id from time_events (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: change cluster_id type to u8 array (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: support V13 of iwl_lari_config_change_cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: split bios_value_u32 to separate the header (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: uefi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: acpi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Cleanup MLO code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move iwl_get_lari_config_bitmap to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move lari helper functions to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: prevent EMLSR when NAN is active (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: add an helper to update an EMLSR blocker (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Fix primary link selection logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: remove iwl_be221_name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix chandef start calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: remove unused variable in d3.c (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add HE type for UHR ELR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: move the MODULE_FIRMWARE to the per-rf file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix HE SIG-B MCS/DCM/compression (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add UHR data definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: add UHR TLC mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: adjust LINK context NPCA API (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: refactor AP power type setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fix 22000 series SMEM parsing (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43172}
- wifi: iwlwifi: mld: support TLC command version 6 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: trigger a dump upon notification if needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: fix documentation reference for ap_type field (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: check the validity of noa_len (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove few redundant 6 GHz scan chan params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Remove wrong channel flags in scan cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: decode VHT information for sniffer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Advertise support for multicast RX registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Support changing NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Extend the NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Declare support for NAN capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Handle rate selection for NAN interface (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Add support for NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: mark iface work SKBs as consumed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove RX_DROP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: ignore cluster id after NAN started (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: cleanup cluster_id when stopping NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: limit NAN func management APIs to offloaded DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: stop NAN and P2P in cfg80211_leave (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: allow only one NAN interface, also in multi radio (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: enable QCC2072 support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: send peer meta data version to firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: limit number of channels per WMI command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO status ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO CMD ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware ops support for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add HAL descriptor and ops for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support downloading auxiliary ucode image for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support LPASS_SHARED target memory type (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware parameters for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware registers for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix mac phy capability parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor 320 MHz bandwidth support parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix preferred hardware mode calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO status ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO CMD ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor PCI window register access (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register handler for CFR capture event (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register DBR event handler for CFR data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- MAINTAINERS: add RELAY entry (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register relayfs entries for CFR dump (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add support unassociated client CFR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register debugfs for CFR configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add initialization and deinitialization sequence for CFR module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: do WoW offloads only on primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clean up on error in ath12k_dp_setup() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: remove redundant pci_set_drvdata() call (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: fix comment typo in monitor mode handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Fix failure to connect to a 6 GHz AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: add OF dependency to AHB (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: fix kernel-doc warnings in common-debug.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: debug.h: fix kernel-doc bad lines and struct ath_tx_stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: consider RTL8922D in PCI common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: consider RTL8922D in MAC common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: correct page number for CSI response (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: align CUSTID defined by firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: disable EHT protocol by chip capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: support EHT GI/LTF setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add reason codes for disassociation in WoWLAN mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate sequence number of TX release report (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43213}
- wifi: mac80211: add support for encryption/decryption of (Re)Association frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Check for MLE before appending in Authentication frame (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: allow key installation before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: Add support for EPP peer indication (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for key configuration before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add feature flag for (re)association frame encryption (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for EPPKE Authentication Protocol (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: don't apply HT flags to S1G channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for D-Link VR Air Bridge (DWA-F18) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set EDCCA configurations for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add an entry to enable MAC function in preinit (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: separate functions of CMAC power and function enable (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: configure DMA_STOP1 by predefined mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: define preload_init for generations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update WP quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update MPDU quota according to chip DLE definition (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set quota 13 for PLE SNRPT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add dle_mem and ple_{min,max}_qt quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: remove unnecessary return from rtw89_fwdl_secure_idmem_share_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update coex software control for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update scoreboard value according to power state for two BT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: make coex scoreboard as chip info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove width argument from ieee80211_parse_bitrates (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: remove NAN by default (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve station iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve interface iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channel (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: unexport ieee80211_get_bssid() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: don't send an unused argument to ieee80211_check_combinations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips only (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: consider hardware AID for firmware elements (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for punctured for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX time for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX AMPDU for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for association for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command to initialize default value for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add DMAC v3 H2C command for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update query RXDESC v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update TXWD v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Allocate dev name earlier for interface workqueue name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: Fix use_for flag update on BSS refresh (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: rename function that frees vif (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: fix/add kernel-doc comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Update csa_finalize to use link_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add cfg80211_stop_link() for per-link teardown (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: refine hardware parameters for RFE type 5 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix potential zero beacon interval in beacon tracking (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43267}
- wifi: rtw89: rfk: update rtw89_fw_h2c_rf_pre_ntfy_mcc format (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change WITH_RFK_PRE_NOTIFY to be a FW feature group (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine mis-ordered entries in FW feature table (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: tweak RFK_PRE_NOTIFY FW feature configuration to align handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: introduce helper for disabling FW feature configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change FW feature map to a BITMAP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pre-handle RF calibration on link when needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7 firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: enhance connection stability when triggering beacon loss (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: 6 GHz power type marks default when inactive (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SCAN_OFFLOAD_EXTRA_OP feature (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine TX nulldata judgement when scan with 2 OP channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add default quirks as features to chip_info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: read chip ID for RTL8922D variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: efuse: read hardware version from efuse for WiFi 7 chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: define TX/RX aggregation and MPDU capability per chip (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: abstract DMA check register for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add WOW_CAM update function for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: change type of WoWLAN pattern mask to __le32 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: use struct style to fill WOW CAM H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71234}
- wifi: rtw88: Fix inadvertent sharing of struct ieee80211_supported_band data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71273}
- wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71229}
- wifi: rtw88: Increase the RX gain before scanning (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mcc: reset probe counter when receiving beacon (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: setting TBTT AGG number when mac port initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: warn unexpected polling value of XTAL SI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine C2H reg event polling timeout for LPS (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: support SER L0/L1 simulation via halt H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: add ser_counters dbgfs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: L1 skip polling status if FW runs event mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: enable error IMR after recovering from L1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: reset power state before switching to power on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix incorrect link address in management frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix missing TX null-data 1 during link switch (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: increase beacon loss to 6 seconds (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtlwifi: fix typo 'received' in comment (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852au: add support for TP TX30U Plus (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71297}
- wifi: rtw88: fix DTIM period handling when conf->dtim_period is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Merge branch 'ath12k-ng' into ath-next (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Skip DP peer creation for scan vdev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: move firmware stats request outside of atomic context (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add the missing RCU lock in ath12k_dp_tx_free_txbuf() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove Wi-Fi 7 header dependencies from common ath12k module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MSDU END TLV processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MU user processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move remaining SIG TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move EHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HE SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HT/VHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move TX monitor functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move RX status TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MPDU pop functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor status processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor ring processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace lock/unlock with guard() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use dp objects in performance critical paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.ko (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove arch-specific HAL dependencies from common DP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the wifi7 header inclusions in common code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ieee80211_ops callback to the arch specific module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add helper to free DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP specific link stats to DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP device stats to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add callbacks in arch_ops for rx APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add lockdep warn for RCU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Attach and detach ath12k_dp_link_peer to ath12k_dp_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & delete (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_link_sta in ath12k_base (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP related functions from peer.c to dp_peer.c file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Drop hal_ prefix from hardware register names (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hal_ops to ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the unused ring inits in wcn (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Segregate the common and wifi7 specific structures (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE desc related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use hal handle instead of ab handle (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add direct HAL pointer in ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_params and regs to hal from hw (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move wbm_rbm_map to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize hal_ops through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize desc_size through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng config and hal_ops to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange PPDU radio stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor data path pdev struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor ath12k_vif structure (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific DP interrupt handler (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific ieee80211_ops registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange DP fields in ath12k_hw_group struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Support arch-specific DP device allocation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rx (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove hal_rx_ops and merge into hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add new infra for the rx path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx_ops callbacks to hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace ops with direct calls for rxdma ring mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: unify HAL ops naming across chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move the hal APIs to hardware specific files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove non-compact TLV support from QCN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT specific code from dp.c to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Tx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Rx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT code in dp.h to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_tx and related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific tx APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific rx tid and related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific REO functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Separate arch specific part of RX APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng processing to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move regular msdu processing functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx error and defrag functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rxdma ring config functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Rx error related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx and hal_rx to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL define dependencies from shared AHB code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL defines from shared PCI code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_* symbols to ath12k_wifi7_* for clarity (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific components (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hw_init invocation to target-specific probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modules (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ahb_hif_ops to reflect generic usage (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hw.c to Wi-Fi 7 specific implementation file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 MHI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 WMI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Copy Engine configuration to Wi-Fi 7 specific file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- spinlock: extend guard with spinlock_bh variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- config: wifi: disable new unsupported configuration options (Jose Ignacio Tornos Martinez) [RHEL-171410]
- perf metrics: Make common stalled metrics conditional on having the event (Trevor Allison) [RHEL-140195]
- perf stat: Fix crash on arm64 (Trevor Allison) [RHEL-140195]
- tools build: Correct link flags for libopenssl (Trevor Allison) [RHEL-140195]
- perf test parse-metric: Ensure aggregate counts appear to have run (Trevor Allison) [RHEL-140195]
- perf/x86: Move event pointer setup earlier in x86_pmu_enable() (Trevor Allison) [RHEL-140195] {CVE-2026-23435}
- perf metricgroup: Fix metricgroup__has_metric_or_groups() (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Optimize PEBS extended config (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Check PEBS dyn_constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add a check for dynamic constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add counter group support for arch-PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Setup PEBS data configuration and enable legacy groups (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Update dyn_constraint base on PEBS event precise level (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Process arch-PEBS records or record fragments (Trevor Allison) [RHEL-140195]
- perf record: Make logs more readable for event open failures (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync sound/asound.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/vhost.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/perf_event.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/neighbour.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/kvm.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/if_addr.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync drm/drm.h with kernel (Trevor Allison) [RHEL-140195]
- perf tools: Add the legacy-cache.json to .gitignore (Trevor Allison) [RHEL-140195]
- Revert "perf tool_pmu: More accurately set the cpus for tool events" (Trevor Allison) [RHEL-140195]
- perf jevents: Handle deleted JSONS in out of source builds (Trevor Allison) [RHEL-140195]
- perf metricgroup: Don't early exit if no CPUID table exists (Trevor Allison) [RHEL-140195]
- perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Fix missed map__put() (Trevor Allison) [RHEL-140195]
- perf test: Fix test perf evlist for z/VM s390x (Trevor Allison) [RHEL-140195]
- perf test: Fix test case perf evlist tests for s390x (Trevor Allison) [RHEL-140195]
- perf parse-events: Fix evsel allocation failure (Trevor Allison) [RHEL-140195]
- tools build: Fix the common set of features test wrt libopenssl (Trevor Allison) [RHEL-140195]
- perf tests top: Make the test exclusive (Trevor Allison) [RHEL-140195]
- perf tests kvm: Avoid leaving perf.data.guest file around (Trevor Allison) [RHEL-140195]
- perf symbol: Fix ENOENT case for filename__read_build_id (Trevor Allison) [RHEL-140195]
- perf tools: Disable BPF skeleton if no libopenssl found (Trevor Allison) [RHEL-140195]
- tools/build: Add a feature test for libopenssl (Trevor Allison) [RHEL-140195]
- libperf: Use 'extern' in LIBPERF_API visibility macro (Trevor Allison) [RHEL-140195]
- perf stat: Improve handling of termination by signal (Trevor Allison) [RHEL-140195]
- perf tests stat: Add test for error for an offline CPU (Trevor Allison) [RHEL-140195]
- perf test kvm: Add some basic perf kvm test coverage (Trevor Allison) [RHEL-140195]
- perf tests evlist: Add basic evlist test (Trevor Allison) [RHEL-140195]
- perf tests script dlfilter: Add a dlfilter test (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Add basic kallsyms test (Trevor Allison) [RHEL-140195]
- perf tests timechart: Add a perf timechart test (Trevor Allison) [RHEL-140195]
- perf tests top: Add basic perf top coverage test (Trevor Allison) [RHEL-140195]
- perf tests c2c: Add a basic c2c (Trevor Allison) [RHEL-140195]
- perf c2c: Clean up some defensive gets and make asan clean (Trevor Allison) [RHEL-140195]
- perf timechart: Add record support for output perf.data path (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update sierraforest events from 1.12 to 1.13 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update pantherlake events from 1.00 to 1.02 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update meteorlake events from 1.17 to 1.18 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update lunarlake events from 1.18 to 1.19 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update icelakex events from 1.28 to 1.30 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update graniterapids events from 1.15 to 1.16 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update cascadelakex metric units (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update arrowlake events from 1.13 to 1.14 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update alderlake events from 1.34 to 1.35 (Trevor Allison) [RHEL-140195]
- perf arm_spe: Add CPU variants supporting common data source packet (Trevor Allison) [RHEL-140195]
- perf auxtrace: Include sys/types.h for pid_t (Trevor Allison) [RHEL-140195]
- perf test: Add kallsyms split test (Trevor Allison) [RHEL-140195]
- perf tools: Use machine->root_dir to find /proc/kallsyms (Trevor Allison) [RHEL-140195]
- perf tools: Fallback to initial kernel map properly (Trevor Allison) [RHEL-140195]
- perf jevents: Skip optional metrics in metric group list (Trevor Allison) [RHEL-140195]
- perf jevents: Drop duplicate pending metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Move json encoding to its own functions (Trevor Allison) [RHEL-140195]
- perf jevents: Add threshold expressions to Metric (Trevor Allison) [RHEL-140195]
- perf jevents: Term list fix in event parsing (Trevor Allison) [RHEL-140195]
- perf jevents: Support parsing negative exponents (Trevor Allison) [RHEL-140195]
- perf jevents: Allow metric groups not to be named (Trevor Allison) [RHEL-140195]
- perf jevents: Add descriptions to metricgroup abstraction (Trevor Allison) [RHEL-140195]
- perf jevents: Update metric constraint support (Trevor Allison) [RHEL-140195]
- perf jevents: Allow multiple metricgroups.json files (Trevor Allison) [RHEL-140195]
- perf ilist: Be tolerant of reading a metric on the wrong CPU (Trevor Allison) [RHEL-140195]
- perf python: Correct copying of metric_leader in an evsel (Trevor Allison) [RHEL-140195]
- perf test: Add python JIT dump test (Trevor Allison) [RHEL-140195]
- perf test: Fix hybrid testing of event fallback test (Trevor Allison) [RHEL-140195]
- perf tools: Remove a trailing newline in the event terms (Trevor Allison) [RHEL-140195]
- perf trace: Skip internal syscall arguments (Trevor Allison) [RHEL-140195]
- perf tools: Don't read build-ids from non-regular files (Trevor Allison) [RHEL-140195]
- perf vendor events riscv: add T-HEAD C920V2 JSON support (Trevor Allison) [RHEL-140195]
- perf pmu: fix duplicate conditional statement (Trevor Allison) [RHEL-140195]
- perf docs: arm-spe: Document new SPE filtering features (Trevor Allison) [RHEL-140195]
- perf tools: Add support for perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf: replace strcpy() with strncpy() in util/jitdump.c (Trevor Allison) [RHEL-140195]
- perf list: Support filtering in JSON output (Trevor Allison) [RHEL-140195]
- perf list: Share print state with JSON output (Trevor Allison) [RHEL-140195]
- perf list: Print matching PMU events for --unit (Trevor Allison) [RHEL-140195]
- perf test all metrics: Fully ignore Default metric failures (Trevor Allison) [RHEL-140195]
- perf evsel: Skip store_evsel_ids for non-perf-event PMUs (Trevor Allison) [RHEL-140195]
- perf pmu: Add PMU kind to simplify differentiating (Trevor Allison) [RHEL-140195]
- perf header: Switch "cpu" for find_core_pmu in caps feature writing (Trevor Allison) [RHEL-140195]
- perf test maps: Additional maps__fixup_overlap_and_insert tests (Trevor Allison) [RHEL-140195]
- perf maps: Avoid RC_CHK use after free (Trevor Allison) [RHEL-140195]
- perf stat: Read tool events last (Trevor Allison) [RHEL-140195]
- perf arm_spe: Synthesize memory samples for SIMD operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Expose SIMD information in other operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report GCS in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report memset and memcpy in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report associated info for SVE / SME operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report extended memory operations in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report MTE allocation tag in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report register access in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Introduce data processing macro for SVE operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Consolidate operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Remove unused operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode SME data processing packet (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode ASE and FP fields in other operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macro (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode GCS operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Unify operation naming (Trevor Allison) [RHEL-140195]
- perf tool_pmu: More accurately set the cpus for tool events (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of walltime_nsecs_stats (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of ru_stats (Trevor Allison) [RHEL-140195]
- perf stat-shadow: Read tool events directly (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Use old_count when computing count values for time events (Trevor Allison) [RHEL-140195]
- perf pmu: perf_cpu_map__new_int to avoid parsing a string (Trevor Allison) [RHEL-140195]
- libperf cpumap: Reduce allocations and sorting in intersect (Trevor Allison) [RHEL-140195]
- perf stat: Display metric-only for 0 counters (Trevor Allison) [RHEL-140195]
- perf test: Don't fail if user rdpmc returns 0 when disabled (Trevor Allison) [RHEL-140195]
- perf parse-events: Add debug logging to perf_event (Trevor Allison) [RHEL-140195]
- perf test: Be tolerant of missing json metric none value (Trevor Allison) [RHEL-140195]
- perf sample: Fix the wrong format specifier (Trevor Allison) [RHEL-140195]
- perf script: Fix build by removing unused evsel_script() (Trevor Allison) [RHEL-140195]
- perf vendor metrics s390: Avoid has_event(INSTRUCTIONS) (Trevor Allison) [RHEL-140195]
- perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependencies (Trevor Allison) [RHEL-140195]
- tool build: Remove __get_cpuid feature test (Trevor Allison) [RHEL-140195]
- perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid (Trevor Allison) [RHEL-140195]
- perf intel-pt: Use the perf provided "cpuid.h" (Trevor Allison) [RHEL-140195]
- perf test: Add a perf event fallback test (Trevor Allison) [RHEL-140195]
- perf stat: Align metric output without events (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Make core_wide and target_cpu json events (Trevor Allison) [RHEL-140195]
- perf test stat csv: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update shadow test to use metrics (Trevor Allison) [RHEL-140195]
- perf test metrics: Update all metrics for possibly failing default metrics (Trevor Allison) [RHEL-140195]
- perf test stat: Update std_output testing metric expectations (Trevor Allison) [RHEL-140195]
- perf test stat: Ignore failures in Default[234] metricgroups (Trevor Allison) [RHEL-140195]
- perf test stat+json: Improve metric-only testing (Trevor Allison) [RHEL-140195]
- perf stat: Remove "unit" workarounds for metric-only (Trevor Allison) [RHEL-140195]
- perf stat: Sort default events/metrics (Trevor Allison) [RHEL-140195]
- perf stat: Fix default metricgroup display on hybrid (Trevor Allison) [RHEL-140195]
- perf stat: Remove hard coded shadow metrics (Trevor Allison) [RHEL-140195]
- perf script: Change metric format to use json metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add detail -d,-dd,-ddd metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Add metric DefaultShowEvents (Trevor Allison) [RHEL-140195]
- perf jevents: Add set of common metrics based on default ones (Trevor Allison) [RHEL-140195]
- perf expr: Add #target_cpu literal (Trevor Allison) [RHEL-140195]
- perf metricgroup: Add care to picking the evsel for displaying a metric (Trevor Allison) [RHEL-140195]
- perf symbol: Remove unneeded semicolon (Trevor Allison) [RHEL-140195]
- perf test: Add test that command line period overrides sysfs/json values (Trevor Allison) [RHEL-140195]
- perf pmu: Make pmu_alias_terms weak again (Trevor Allison) [RHEL-140195]
- perf tool: Add a delegate_tool that just delegates actions to another tool (Trevor Allison) [RHEL-140195]
- perf tool: Add the perf_tool argument to all callbacks (Trevor Allison) [RHEL-140195]
- perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add ScaleUnit to {cpu,task}-clock JSON description (Trevor Allison) [RHEL-140195]
- perf record: Make sure to update build-ID cache (Trevor Allison) [RHEL-140195]
- perf jevents: Make all tables static (Trevor Allison) [RHEL-140195]
- perf metricgroup: When copy metrics copy default information (Trevor Allison) [RHEL-140195]
- perf metricgroup: Missed free on error path (Trevor Allison) [RHEL-140195]
- perf evsel: Remove unused metric_events variable (Trevor Allison) [RHEL-140195]
- perf tools: Cache counter names for raw samples on s390 (Trevor Allison) [RHEL-140195]
- perf trace: Increase syscall handler map size to 1024 (Trevor Allison) [RHEL-140195]
- perf test workload: Add thread count argument to thloop (Trevor Allison) [RHEL-140195]
- perf auxtrace: Add auxtrace_synth_id_range_start() helper (Trevor Allison) [RHEL-140195]
- perf stat: Add/fix bperf cgroup max events workarounds (Trevor Allison) [RHEL-140195]
- perf cs-etm: Mute enumeration value warning (Trevor Allison) [RHEL-140195]
- tools: arm64: Add Cortex-A720AE definitions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix Clang build by adding block in switch case (Trevor Allison) [RHEL-140195]
- perf annotate: Invalidate register states for untracked instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Save pointer offset in stack state (Trevor Allison) [RHEL-140195]
- perf annotate: Track arithmetic instructions on pointers (Trevor Allison) [RHEL-140195]
- perf annotate: Track address registers via TSR_KIND_POINTER (Trevor Allison) [RHEL-140195]
- perf annotate: Skip annotating data types to lea instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix build with NO_SLANG=1 (Trevor Allison) [RHEL-140195]
- perf jevents: Suppress circular dependency warnings (Trevor Allison) [RHEL-140195]
- perf jevents: Remove unused makefile variable (Trevor Allison) [RHEL-140195]
- perf jevents: Fix build when there are other json files in the tree (Trevor Allison) [RHEL-140195]
- perf c2c annotate: Start from the contention line (Trevor Allison) [RHEL-140195]
- perf c2c: Add annotation support to perf c2c report (Trevor Allison) [RHEL-140195]
- perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024 (Trevor Allison) [RHEL-140195]
- perf ilist: Add PMU information to metrics (Trevor Allison) [RHEL-140195]
- perf python: Add PMU argument to parse_metrics (Trevor Allison) [RHEL-140195]
- perf ilist: Don't display deprecated events (Trevor Allison) [RHEL-140195]
- perf trace: Don't synthesize mmaps unless callchains are enabled (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evsel test helper (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evlist test helper (Trevor Allison) [RHEL-140195]
- perf test: Clean up test_..config helpers (Trevor Allison) [RHEL-140195]
- perf test: Switch cycles event to cpu-cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Remove cpu PMU requirement (Trevor Allison) [RHEL-140195]
- perf test parse-events: Without a PMU use cpu-cycles rather than cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Use evsel__match for legacy events (Trevor Allison) [RHEL-140195]
- perf evsel: Improvements to __evsel__match (Trevor Allison) [RHEL-140195]
- perf evlist: Avoid scanning all PMUs for evlist__new_default (Trevor Allison) [RHEL-140195]
- perf top: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf record: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove hard coded legacy hardware and cache parsing (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_symbol_events (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_hwcache_events (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy-hardware and legacy-cache json (Trevor Allison) [RHEL-140195]
- perf pmu: Add and use legacy_terms in alias information (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy json terms and default_core event table helper (Trevor Allison) [RHEL-140195]
- perf parse-events: Add terms for legacy hardware and cache config values (Trevor Allison) [RHEL-140195]
- perf pmu: Factor term parsing into a perf_event_attr into a helper (Trevor Allison) [RHEL-140195]
- perf pmu: Use fd rather than FILE from new_alias (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove unused FILE input argument to scanner (Trevor Allison) [RHEL-140195]
- perf pmu: Don't eagerly parse event terms (Trevor Allison) [RHEL-140195]
- perf jevents: Support copying the source json files to OUTPUT (Trevor Allison) [RHEL-140195]
- perf record: Skip don't fail for events that don't open (Trevor Allison) [RHEL-140195]
- perf stat: Avoid wildcarding PMUs for default events (Trevor Allison) [RHEL-140195]
- perf perf_api_probe: Avoid scanning all PMUs, try software PMU first (Trevor Allison) [RHEL-140195]
- perf build python: Don't leave a.out file when building with clang (Trevor Allison) [RHEL-140195]
- perf stat: Additional verbose details for <not supported> events (Trevor Allison) [RHEL-140195]
- perf tests: use strdup() in "Object code reading" (Trevor Allison) [RHEL-140195]
- perf: sched: Fix perf crash with new is_user_task() helper (Trevor Allison) [RHEL-140195] {CVE-2026-23159}
- perf/x86/intel: Do not enable BTS for guests (Trevor Allison) [RHEL-140195]
- perf: Fix refcount warning on event->mmap_count increment (Trevor Allison) [RHEL-140195] {CVE-2026-23127}
- perf: Ensure swevent hrtimer is properly destroyed (Trevor Allison) [RHEL-140195] {CVE-2026-23014}
- perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common() (Trevor Allison) [RHEL-140195]
- perf/core: Fix missing read event generation on task exit (Trevor Allison) [RHEL-140195]
- perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error (Trevor Allison) [RHEL-140195]
- perf/uprobes: Remove <space><Tab> whitespace noise (Trevor Allison) [RHEL-140195]
- perf: arm_spe: Add support for filtering on data source (Trevor Allison) [RHEL-140195]
- perf: Add perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS group processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS record processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Initialize architectural PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Correct large PEBS flag check (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call (Trevor Allison) [RHEL-140195]
- perf/x86: Fix NULL event access and potential PEBS record loss (Trevor Allison) [RHEL-140195] {CVE-2025-68375}
- perf/x86: Remove redundant is_x86_event() prototype (Trevor Allison) [RHEL-140195]
- perf/x86/intel/cstate: Remove PC3 support from LunarLake (Trevor Allison) [RHEL-140195]
Resolves: RHEL-140195, RHEL-146067, RHEL-152194, RHEL-159585, RHEL-171410, RHEL-173865, RHEL-176055, RHEL-177855, RHEL-178627, RHEL-180023, RHEL-180059, RHEL-180129, RHEL-184635, RHEL-186369, RHEL-186630, RHEL-191369, RHEL-192922

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
CKI KWF Bot 2026-07-08 13:47:14 +00:00
parent bca3ea6db0
commit 0a88140b1f
23 changed files with 1959 additions and 46 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 3
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 247
RHEL_RELEASE = 248
#
# RHEL_REBASE_NUM

View File

@ -501,6 +501,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -722,7 +723,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1305,7 +1306,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1515,6 +1515,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5929,6 +5930,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -501,6 +501,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -722,7 +723,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1305,7 +1306,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1507,6 +1507,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5905,6 +5906,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -499,6 +499,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -720,7 +721,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1303,7 +1304,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1513,6 +1513,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5925,6 +5926,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -499,6 +499,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -720,7 +721,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1303,7 +1304,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1505,6 +1505,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5901,6 +5902,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -501,6 +501,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -722,7 +723,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1306,7 +1307,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1517,6 +1517,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5976,6 +5977,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -501,6 +501,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -722,7 +723,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1306,7 +1307,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1509,6 +1509,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5952,6 +5953,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -499,6 +499,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -720,7 +721,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1304,7 +1305,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1515,6 +1515,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5972,6 +5973,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -499,6 +499,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -720,7 +721,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_BOOT_PRINTK_DELAY=y
@ -1304,7 +1305,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1507,6 +1507,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5948,6 +5949,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -339,6 +339,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
# CONFIG_ATH11K is not set
@ -554,7 +555,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1062,7 +1063,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1266,6 +1266,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5417,6 +5418,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -339,6 +339,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
# CONFIG_ATH11K is not set
@ -554,7 +555,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1062,7 +1063,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1258,6 +1258,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5395,6 +5396,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -352,6 +352,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -568,7 +569,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1075,7 +1076,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1276,6 +1276,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5452,6 +5453,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -352,6 +352,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -568,7 +569,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1075,7 +1076,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1268,6 +1268,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5430,6 +5431,7 @@ CONFIG_RXPERF=m
# CONFIG_S390_MODULES_SANITY_TEST is not set
# CONFIG_SAMPLE_CGROUP is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_KMEMLEAK is not set
# CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_TPS6594_PFSM is not set

View File

@ -340,6 +340,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
# CONFIG_ATH11K is not set
@ -555,7 +556,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1060,7 +1061,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1271,6 +1271,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5374,6 +5375,7 @@ CONFIG_S390_VMUR=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -340,6 +340,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
# CONFIG_ATH11K is not set
@ -555,7 +556,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1060,7 +1061,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1263,6 +1263,7 @@ CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5352,6 +5353,7 @@ CONFIG_S390_VMUR=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -340,6 +340,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
# CONFIG_ATH11K is not set
@ -556,7 +557,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1061,7 +1062,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_KRB5ENC is not set
# CONFIG_CRYPTO_KRB5 is not set
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1264,6 +1264,7 @@ CONFIG_DEFAULT_SECURITY_DAC=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_DELL_PC=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
# CONFIG_DETECT_HUNG_TASK is not set
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5366,6 +5367,7 @@ CONFIG_S390=y
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -368,6 +368,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -584,7 +585,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1117,7 +1118,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1347,6 +1347,7 @@ CONFIG_DELL_WMI_LED=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_PRIVACY=y
CONFIG_DELL_WMI_SYSMAN=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5719,6 +5720,7 @@ CONFIG_RXPERF=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -368,6 +368,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -584,7 +585,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1117,7 +1118,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1339,6 +1339,7 @@ CONFIG_DELL_WMI_LED=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_PRIVACY=y
CONFIG_DELL_WMI_SYSMAN=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5696,6 +5697,7 @@ CONFIG_RXPERF=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -368,6 +368,7 @@ CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_TRACING=y
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
CONFIG_ATH11K_DEBUGFS=y
CONFIG_ATH11K_DEBUG=y
CONFIG_ATH11K=m
@ -584,7 +585,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1118,7 +1119,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1349,6 +1349,7 @@ CONFIG_DELL_WMI_LED=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_PRIVACY=y
CONFIG_DELL_WMI_SYSMAN=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5766,6 +5767,7 @@ CONFIG_RXPERF=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -368,6 +368,7 @@ CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_TRACING is not set
# CONFIG_ATH10K_USB is not set
# CONFIG_ATH11K_AHB is not set
# CONFIG_ATH11K_CFR is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_DEBUG is not set
CONFIG_ATH11K=m
@ -584,7 +585,7 @@ CONFIG_BONDING=m
# CONFIG_BOOT_CONFIG_FORCE is not set
CONFIG_BOOT_CONFIG=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_BOOTTIME_TRACING=y
@ -1118,7 +1119,6 @@ CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_2=y
# CONFIG_CRYPTO_JITTERENTROPY_MEMSIZE_8192 is not set
CONFIG_CRYPTO_JITTERENTROPY_OSR=3
# CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE is not set
# CONFIG_CRYPTO_KEYWRAP is not set
CONFIG_CRYPTO_KRB5ENC=m
CONFIG_CRYPTO_KRB5=m
# CONFIG_CRYPTO_KRB5_SELFTESTS is not set
@ -1341,6 +1341,7 @@ CONFIG_DELL_WMI_LED=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_PRIVACY=y
CONFIG_DELL_WMI_SYSMAN=m
CONFIG_DETECT_HUNG_TASK_BLOCKER=y
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEV_DAX_CXL=m
CONFIG_DEV_DAX_HMEM=m
@ -5743,6 +5744,7 @@ CONFIG_RXPERF=m
# CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set
# CONFIG_SAMPLE_FTRACE_OPS is not set
# CONFIG_SAMPLE_HIDRAW is not set
# CONFIG_SAMPLE_HUNG_TASK is not set
# CONFIG_SAMPLE_HW_BREAKPOINT is not set
# CONFIG_SAMPLE_INTEL_MEI is not set
# CONFIG_SAMPLE_KDB is not set

View File

@ -1,3 +1,941 @@
* Wed Jul 08 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-248.el10]
- ipv4: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369]
- ipv6: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369] {CVE-2026-53362}
- net: skbuff: fix missing zerocopy reference in pskb_carve helpers (Sabrina Dubroca) [RHEL-192922]
- net: gro: don't merge zcopy skbs (Sabrina Dubroca) [RHEL-177855] {CVE-2026-46323}
- net: skbuff: propagate shared-frag marker through frag-transfer helpers (Sabrina Dubroca) [RHEL-178627] {CVE-2026-43503}
- net: skbuff: preserve shared-frag marker during coalescing (Sabrina Dubroca) [RHEL-176055] {CVE-2026-46300}
- Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: Fix backward compatibility with userspace (David Marlin) [RHEL-184635]
- Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: fix memory leak in error path of hci_alloc_dev() (David Marlin) [RHEL-184635]
- Bluetooth: bnep: reject short frames before parsing (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: validate skb length in MCC handlers (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate advertising TLV before type checks (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functions (David Marlin) [RHEL-184635]
- Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock (David Marlin) [RHEL-184635]
- Bluetooth: ISO: fix UAF in iso_recv_frame (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Use 100 ms SSR delay for rampatch and NVM loading (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync (David Marlin) [RHEL-184635]
- Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Allow firmware re-download when version matches (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: fix missing length checks in hidp_input_report() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate() (David Marlin) [RHEL-184635]
- Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate Add Extended Advertising Data length (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix urb->setup_packet leak in error paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: drop ISO_END frames received without prior ISO_START (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Fix incorrect MAC access programming (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_COMPLETE (David Marlin) [RHEL-184635]
- Bluetooth: bnep: Fix UAF read of dev->name (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Convert timeout from jiffies to ms (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: accept too short WMT FUNC_CTRL events (David Marlin) [RHEL-184635]
- Bluetooth: serialize accept_q access (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_sem (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: fix memset typo (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: pull credit byte with skb_pull_data() (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: validate rx pkt_type header length (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: clamp rx length before skb_put (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: validate WMT event SKB length before struct access (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on dst in iso_sock_connect() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: Fix NULL deref in recv callbacks when priv is uninitialized (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: treat boot stage bit 12 as warning (David Marlin) [RHEL-184635]
- Bluetooth: SCO: hold sk properly in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inversion (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req (David Marlin) [RHEL-184635]
- Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: fix potential UAF in create_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix missing wakeup during SSR memdump handling (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: use strscpy to copy plain strings (David Marlin) [RHEL-184635]
- Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(sk)->codec (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp (David Marlin) [RHEL-184635]
- Bluetooth: hci_ll: Enable BROKEN_ENHANCED_SETUP_SYNC_CONN for WL183x (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MediaTek MT7922: Add VID 0489 & PID e11d (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: hide unused btmtk_mt6639_devs[] array (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-Creator (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for TP-Link Archer TBE550E (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for MSI X870E Ace Max (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Gigabyte Z790 AORUS MASTER X (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Lenovo Legion Pro 7 16ARX9 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS ROG Crosshair X870E Hero (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix ISO interface setup for single alt setting (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support (David Marlin) [RHEL-184635]
- Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: btusb: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: disable power control for WCN7850 when bt_en is not defined (David Marlin) [RHEL-184635]
- bluetooth: btusb: Fix whitespace in btusb.c (David Marlin) [RHEL-184635]
- Bluetooth: qca: enable pwrseq support for WCN39xx devices (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code style (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpious2, Nova Lake-PCD-S (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpius Peak2, Nova Lake-PCD-H (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2F (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2F support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2 (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add DSBR support for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2 support (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Replace CNVi id with hardware variant (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for hybrid signature for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPS (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 SDIO support (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 0e8d/1ede for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3596 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3594 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3580 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3579 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 MCU support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Use struct_size to improve hci_drv_read_info (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add Lite-On 04ca:3807 for MediaTek MT7921 (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Replace snprintf("%%s") with strscpy (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix BT not getting powered-off on rmmod (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix confusing shutdown() and power_off() naming (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: Add entry for BCM4343A2 UART Bluetooth (David Marlin) [RHEL-184635]
- Bluetooth: qca: Refactor code on the basis of chipset names (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add reset mechanism if downloading firmware failed (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add status check in mt79xx firmware setup (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: improve mt79xx firmware setup retry flow (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: remove done label in btbcm_patchram (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rate limit the logging of invalid ISO handle (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MT7922: Add VID/PID 0489/e174 (David Marlin) [RHEL-184635]
- klp-build: Fix patch cleanup on interrupt (Yannick Cote) [RHEL-152194]
- selftests/livepatch: add test for module function patching (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: report patch validation fuzz (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add terminal color output (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: provide friendlier error messages (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: improve short-circuit validation (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: fix shellcheck complaints (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add Makefile with check target (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add grep-override function (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: switch to GNU patch and recountdiff (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: support patches that add/remove files (Yannick Cote) [RHEL-152194]
- selftests: livepatch: test-ftrace: livepatch a traced function (Yannick Cote) [RHEL-152194]
- crypto: asymmetric_keys - Remove unused key_being_used_for[] (Thomas Huth) [RHEL-186630]
- crypto: skcipher - call cond_resched() directly (Thomas Huth) [RHEL-186630]
- crypto: skcipher - optimize initializing skcipher_walk fields (Thomas Huth) [RHEL-186630]
- crypto: skcipher - clean up initialization of skcipher_walk::flags (Thomas Huth) [RHEL-186630]
- crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt() (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant clamping to page size (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove unnecessary page alignment of bounce buffer (Thomas Huth) [RHEL-186630]
- crypto: skcipher - document skcipher_walk_done() and rename some vars (Thomas Huth) [RHEL-186630]
- crypto: omap - switch from scatter_walk to plain offset (Thomas Huth) [RHEL-186630]
- crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data (Thomas Huth) [RHEL-186630]
- crypto: bcm - Drop unused setting of local 'ptr' variable (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - support new function communication (Thomas Huth) [RHEL-186630]
- crypto: proc - Use str_yes_no() and str_no_yes() helpers (Thomas Huth) [RHEL-186630]
- crypto: ahash - make hash walk functions private to ahash.c (Thomas Huth) [RHEL-186630]
- redhat: Remove CONFIG_CRYPTO_KEYWRAP setting (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove unused keywrap algorithm (Thomas Huth) [RHEL-186630]
- crypto: fips - Use str_enabled_disabled() helper in fips_enable() (Thomas Huth) [RHEL-186630]
- crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - additional optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - more code size optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - change len parameter to int (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - improve some comments (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - make the register aliases per-function (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - use .irp when useful (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - tune better for AMD CPUs (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - code size optimization (Thomas Huth) [RHEL-186630]
- crypto: lib/gf128mul - Remove some bbe deadcode (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove assignment of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aegis - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: x86 - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: seed - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: khazad - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: tea - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aria - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: anubis - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove support for physical address walks (Thomas Huth) [RHEL-186630]
- crypto: n2 - remove Niagara2 SPU driver (Thomas Huth) [RHEL-186630]
- crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK (Thomas Huth) [RHEL-186630]
- crypto: caam - use JobR's space to access page 0 regs (Thomas Huth) [RHEL-186630]
- crypto: api - Call crypto_schedule_test outside of mutex (Thomas Huth) [RHEL-186630]
- crypto: api - Fix boot-up self-test race (Thomas Huth) [RHEL-186630]
- lib/crc32: drop leading underscores from __crc32c_le_base (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Copy source data for SG list (Thomas Huth) [RHEL-186630]
- s390/ap: Replace xchg() with WRITE_ONCE() (Thomas Huth) [RHEL-186630]
- crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctx (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() (Thomas Huth) [RHEL-186630]
- crypto: aesni - Move back to module_init (Thomas Huth) [RHEL-186630]
- crypto: lib/mpi - Export mpi_set_bit (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Implement plain NEON variant (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Macroify PMULL asm code (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Use existing mov_l macro instead of __adrl (Thomas Huth) [RHEL-186630]
- crypto: bcm - add error check in the ahash_hmac_init function (Thomas Huth) [RHEL-186630]
- crypto: caam - add error check to caam_rsa_set_priv_key_form (Thomas Huth) [RHEL-186630]
- crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init() (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Reinstate support for legacy protocols (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - disable same error report before resetting (Thomas Huth) [RHEL-186630]
- crypto: hisilicon - support querying the capability register (Thomas Huth) [RHEL-186630]
- crypto: asymmetric_keys - Remove unused functions (Thomas Huth) [RHEL-186630]
- crypto: starfive - remove unneeded crypto_engine_stop() call (Thomas Huth) [RHEL-186630]
- crypto: api - move crypto_simd_disabled_for_test to lib (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix the if condition to exit loop after timeout (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded RETs (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - take advantage of block-aligned len (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize partial block handling using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - improve assembly function prototypes (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize length block preparation using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - don't bother with special code for aligned data (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - eliminate some indirect calls (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove no-op init and exit functions (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - access 32-bit arguments as 32-bit (Thomas Huth) [RHEL-186630]
- crypto: crc32c - Provide crc32c-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: crc32 - Provide crc32-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: nx - Fix invalid wait context during kexec reboot (Thomas Huth) [RHEL-186630]
- crypto: nx - Rename devdata_mutex to devdata_spinlock (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Update Kconfig help text for NIST P521 (Thomas Huth) [RHEL-186630]
- crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys (Thomas Huth) [RHEL-186630]
- s390/crypto: Switch over to sysfs_emit() (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - use devm in probe (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - avoid explicit resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - use devm_platform_get_and_ioremap_resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - remove irq_set_affinity_hint (Thomas Huth) [RHEL-186630]
- crypto: cesa - use enabled variants for clk_get (Thomas Huth) [RHEL-186630]
- crypto: cesa - add COMPILE_TEST (Thomas Huth) [RHEL-186630]
- crypto: doc - Fix akcipher title reference (Thomas Huth) [RHEL-186630]
- crypto: x86/cast5 - Remove unused cast5_ctr_16way (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - fix the coding specifications issue (Thomas Huth) [RHEL-186630]
- crypto: drivers - Correct multiple typos in comments (Thomas Huth) [RHEL-186630]
- crypto: ccree - Fix typo in comment (Thomas Huth) [RHEL-186630]
- crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Thomas Huth) [RHEL-186630]
- crypto: caam - Slightly simplify platform_device() (Thomas Huth) [RHEL-186630]
- crypto: caam - Fix the pointer passed to caam_qi_shutdown() (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/hpre - enable all clusters clock gating (Thomas Huth) [RHEL-186630]
- crypto: mxs-dcp - Fix AES-CBC with hardware-bound keys (Thomas Huth) [RHEL-186630]
- crypto: amlogic - Remove redundant assignment and error messages (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Fix signature size calculation (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Support P1363 signature decoding (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature size calculation into template (Thomas Huth) [RHEL-186630]
- crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature decoding into template (Thomas Huth) [RHEL-186630]
- ASN.1: Clean up include statements in public headers (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Avoid signed integer overflow on signature decoding (Thomas Huth) [RHEL-186630]
- crypto: sig - Move crypto_sig_*() API calls to include file (Thomas Huth) [RHEL-186630]
- redhat: Disable signing ALG again after code has been reworked (Thomas Huth) [RHEL-186630]
- crypto: akcipher - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: drivers - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: virtio - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Avoid copying hash prefix (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Harden digest length verification (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: sig - Introduce sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Drop unused test vector elements (Thomas Huth) [RHEL-186630]
- crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h> (Thomas Huth) [RHEL-186630]
- IB/IPoIB: ndo_set_rx_mode_async conversion (Michal Schmidt) [RHEL-186369]
- selftests: net: use ip commands instead of teamd in team rx_mode test (Michal Schmidt) [RHEL-186369]
- selftests: net: add team_bridge_macvlan rx_mode test (Michal Schmidt) [RHEL-186369]
- net: warn ops-locked drivers still using ndo_set_rx_mode (Michal Schmidt) [RHEL-186369]
- netkit: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- dummy: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- netdevsim: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- iavf: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- bnxt: use snapshot in bnxt_cfg_rx_mode (Michal Schmidt) [RHEL-186369]
- bnxt: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- mlx5: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net/mlx5e: Allow set_rx_mode on uplink representor (Michal Schmidt) [RHEL-186369]
- net: move promiscuity handling into netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: cache snapshot entries for ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: add address list snapshot and reconciliation infrastructure (Michal Schmidt) [RHEL-186369]
- selftests: net: validate team flags propagation (Michal Schmidt) [RHEL-186369]
- Revert "fs: don't block i_writecount during exec" (Abhi Das) [RHEL-159585]
- lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC comment (Luiz Capitulino) [RHEL-146067]
- powerpc/watchdog: add support for hardlockup_sys_info sysctl (Luiz Capitulino) [RHEL-146067]
- hung_task: explicitly report I/O wait state in log output (Luiz Capitulino) [RHEL-146067]
- hung_task: increment the global counter immediately (Luiz Capitulino) [RHEL-146067]
- hung_task: enable runtime reset of hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: refactor detection logic and atomicise detection count (Luiz Capitulino) [RHEL-146067]
- sysctl: add SYSCTL_{USER_TO_KERN,KERN_TO_USER} macros (Luiz Capitulino) [RHEL-146067]
- sys_info: add a default kernel sys_info mask (Luiz Capitulino) [RHEL-146067]
- watchdog: add sys_info sysctls to dump sys info on system lockup (Luiz Capitulino) [RHEL-146067]
- hung_task: add hung_task_sys_info sysctl to dump sys info on task-hung (Luiz Capitulino) [RHEL-146067]
- panic: sys_info: align constant definition names with parameters (Luiz Capitulino) [RHEL-146067]
- kernel/hung_task: unexport sysctl_hung_task_timeout_secs (Luiz Capitulino) [RHEL-146067]
- redhat/configs: update CONFIG_BOOTPARAM_HUNG_TASK_PANIC (Luiz Capitulino) [RHEL-146067]
- hung_task: panic when there are more than N hung tasks at the same time (Luiz Capitulino) [RHEL-146067]
- hung_task: fix warnings caused by unaligned lock pointers (Luiz Capitulino) [RHEL-146067]
- hung_task: dump blocker task if it is not hung (Luiz Capitulino) [RHEL-146067]
- hung_task: extend hung task blocker tracking to rwsems (Luiz Capitulino) [RHEL-146067]
- locking/rwsem: make owner helpers globally available (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on semaphore (Luiz Capitulino) [RHEL-146067]
- hung_task: replace blocker_mutex with encoded blocker (Luiz Capitulino) [RHEL-146067]
- redhat/configs: add new hung task configs (Luiz Capitulino) [RHEL-146067]
- samples: add hung_task detector mutex blocking sample (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on mutex (Luiz Capitulino) [RHEL-146067]
- hung_task: add docs for hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: add detect count for hung tasks (Luiz Capitulino) [RHEL-146067]
- wifi: ath11k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove station if connection prep fails (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180129] {CVE-2026-46125}
- wifi: mac80211: drop stray 'static' from fast-RX rx_result (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180059] {CVE-2026-46152}
- wifi: mac80211: use safe list iteration in radar detect work (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180023] {CVE-2026-46166}
- wifi: ath12k: prepare REO update element only for primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rt2x00: allocate anchor with rt2x00dev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix error unwind on arch_init() failure in PCI probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix peer_id usage in normal RX path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: restrict LMR feedback check to TB and non-TB ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: select POWER_SEQUENCING (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: fix UHR capability validation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: rfkill: prevent unlimited numbers of rfkill events from being created (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31670}
- wifi: rt2x00usb: fix devres lifetime (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31672}
- wifi: brcmfmac: validate bsscfg indices in IF events (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-173865] {CVE-2026-43110}
- wifi: brcmsmac: Fix dma_free_coherent() size (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31661}
- wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31779}
- wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31780}
- wifi: ath12k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: correctly set wifi generation data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: don't send a 6E related command when not supported (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43325}
- wifi: iwlwifi: mld: Fix MLO scan timing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23444}
- wifi: mac80211: fix NULL deref in mesh_matches_local() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23396}
- wifi: mac80211: check tdls flag in ieee80211_tdls_oper (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43052}
- wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31548}
- wifi: mac80211: Fix static_branch_dec() underflow for aql_disable. (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31551}
- mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31394}
- wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive times (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove keys after disabling beaconing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: fully initialise PMSR capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23315}
- wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23363}
- wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23325}
- wifi: mac80211: fix missing ieee80211_eml_params member initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix station lookup failure when disconnecting from AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: use correct pdev id when requesting firmware stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23279}
- wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23246}
- wifi: mac80211: set default WMM parameters on all links (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Fix dev_alloc_name() return value check (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: Fix potential kernel oops when probe fails (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43144}
- wifi: radiotap: reject radiotap with unknown bits (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23367}
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23336}
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmsmac: phy: Remove unreachable error handling code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: remove unnecessary module_init/exit functions [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Add eMLSR/eMLMR action frame parsing support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ieee80211: add some initial UHR definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use wiphy_hrtimer_work for CAC timeout (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clear stale link mapping of ahvif->links_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support TX hardware queue stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support RX PDEV stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Fix index decrement when array_len is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support OBSS PD configuration for AP mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add WMI support for spatial reuse parameter configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- dt-bindings: net: wireless: ath11k-pci: deprecate 'firmware-name' property (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add usecase firmware handling based on device compatible (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: support powering on the device via pwrseq (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: warn if SPS OCP happens for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: restore LDO setting after device resume (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set MU group membership and position to registers (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: disable interrupt before swapping FW for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: tweak Wi-Fi 7 SER L0/L1 simulation methods (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: rename mac/ctrl error to L0/L1 error (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: update regulatory map to R73-R54 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate release report content before using for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43176}
- wifi: rtw89: get designated link to replace link instance 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SIM_SER_L0L1_BY_HALT_H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add PHY C2H event dummy handler for func 1-7 and 2-10 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: correct content of DACK H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK report format of IQK, DACK and TXGAPK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use u64_stats_t with u64_stats_sync properly (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rsi: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- sdio: Provide a bustype shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM request (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add negotiated burst period to FTM result (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add new FTM capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: add digital compensation for 2GHz (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set force MBA duration to 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear DTOP disable excluding CID7090 variant for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update TSSI flow for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add firmware element of digital TX power compensation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update edcca log parsing for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add H2C command to send detail RX gain and link parameters for PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: handle C2H event for PS mode report (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add chip_ops to calculate RX gain from efuse to support PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: Fix memory leak in __print_txpwr_map() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add default ID 28de:2432 for RTL8832CU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix unable to receive probe responses under MLO connection (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: fix incorrect power limit by mac_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: refine initial flow of BB wrapper (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: write BB wrapper registers with flush (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update BB wrapper RFSI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update bb wrapper TPU init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract BB wrap registers to share initial flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: extend register to read history 2 of PHY env_monitor (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract start address and EHT of PHY status bitmap (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear global interrupt right after power-on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: rename struct iwl_mcc_allowed_ap_type_cmd::offset_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove link_id from time_events (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: change cluster_id type to u8 array (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: support V13 of iwl_lari_config_change_cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: split bios_value_u32 to separate the header (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: uefi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: acpi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Cleanup MLO code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move iwl_get_lari_config_bitmap to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move lari helper functions to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: prevent EMLSR when NAN is active (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: add an helper to update an EMLSR blocker (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Fix primary link selection logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: remove iwl_be221_name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix chandef start calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: remove unused variable in d3.c (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add HE type for UHR ELR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: move the MODULE_FIRMWARE to the per-rf file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix HE SIG-B MCS/DCM/compression (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add UHR data definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: add UHR TLC mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: adjust LINK context NPCA API (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: refactor AP power type setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fix 22000 series SMEM parsing (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43172}
- wifi: iwlwifi: mld: support TLC command version 6 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: trigger a dump upon notification if needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: fix documentation reference for ap_type field (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: check the validity of noa_len (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove few redundant 6 GHz scan chan params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Remove wrong channel flags in scan cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: decode VHT information for sniffer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Advertise support for multicast RX registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Support changing NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Extend the NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Declare support for NAN capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Handle rate selection for NAN interface (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Add support for NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: mark iface work SKBs as consumed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove RX_DROP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: ignore cluster id after NAN started (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: cleanup cluster_id when stopping NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: limit NAN func management APIs to offloaded DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: stop NAN and P2P in cfg80211_leave (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: allow only one NAN interface, also in multi radio (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: enable QCC2072 support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: send peer meta data version to firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: limit number of channels per WMI command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO status ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO CMD ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware ops support for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add HAL descriptor and ops for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support downloading auxiliary ucode image for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support LPASS_SHARED target memory type (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware parameters for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware registers for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix mac phy capability parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor 320 MHz bandwidth support parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix preferred hardware mode calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO status ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO CMD ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor PCI window register access (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register handler for CFR capture event (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register DBR event handler for CFR data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- MAINTAINERS: add RELAY entry (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register relayfs entries for CFR dump (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add support unassociated client CFR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register debugfs for CFR configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add initialization and deinitialization sequence for CFR module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: do WoW offloads only on primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clean up on error in ath12k_dp_setup() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: remove redundant pci_set_drvdata() call (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: fix comment typo in monitor mode handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Fix failure to connect to a 6 GHz AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: add OF dependency to AHB (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: fix kernel-doc warnings in common-debug.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: debug.h: fix kernel-doc bad lines and struct ath_tx_stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: consider RTL8922D in PCI common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: consider RTL8922D in MAC common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: correct page number for CSI response (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: align CUSTID defined by firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: disable EHT protocol by chip capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: support EHT GI/LTF setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add reason codes for disassociation in WoWLAN mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate sequence number of TX release report (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43213}
- wifi: mac80211: add support for encryption/decryption of (Re)Association frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Check for MLE before appending in Authentication frame (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: allow key installation before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: Add support for EPP peer indication (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for key configuration before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add feature flag for (re)association frame encryption (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for EPPKE Authentication Protocol (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: don't apply HT flags to S1G channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for D-Link VR Air Bridge (DWA-F18) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set EDCCA configurations for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add an entry to enable MAC function in preinit (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: separate functions of CMAC power and function enable (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: configure DMA_STOP1 by predefined mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: define preload_init for generations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update WP quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update MPDU quota according to chip DLE definition (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set quota 13 for PLE SNRPT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add dle_mem and ple_{min,max}_qt quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: remove unnecessary return from rtw89_fwdl_secure_idmem_share_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update coex software control for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update scoreboard value according to power state for two BT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: make coex scoreboard as chip info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove width argument from ieee80211_parse_bitrates (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: remove NAN by default (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve station iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve interface iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channel (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: unexport ieee80211_get_bssid() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: don't send an unused argument to ieee80211_check_combinations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips only (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: consider hardware AID for firmware elements (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for punctured for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX time for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX AMPDU for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for association for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command to initialize default value for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add DMAC v3 H2C command for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update query RXDESC v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update TXWD v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Allocate dev name earlier for interface workqueue name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: Fix use_for flag update on BSS refresh (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: rename function that frees vif (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: fix/add kernel-doc comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Update csa_finalize to use link_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add cfg80211_stop_link() for per-link teardown (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: refine hardware parameters for RFE type 5 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix potential zero beacon interval in beacon tracking (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43267}
- wifi: rtw89: rfk: update rtw89_fw_h2c_rf_pre_ntfy_mcc format (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change WITH_RFK_PRE_NOTIFY to be a FW feature group (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine mis-ordered entries in FW feature table (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: tweak RFK_PRE_NOTIFY FW feature configuration to align handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: introduce helper for disabling FW feature configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change FW feature map to a BITMAP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pre-handle RF calibration on link when needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7 firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: enhance connection stability when triggering beacon loss (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: 6 GHz power type marks default when inactive (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SCAN_OFFLOAD_EXTRA_OP feature (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine TX nulldata judgement when scan with 2 OP channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add default quirks as features to chip_info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: read chip ID for RTL8922D variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: efuse: read hardware version from efuse for WiFi 7 chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: define TX/RX aggregation and MPDU capability per chip (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: abstract DMA check register for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add WOW_CAM update function for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: change type of WoWLAN pattern mask to __le32 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: use struct style to fill WOW CAM H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71234}
- wifi: rtw88: Fix inadvertent sharing of struct ieee80211_supported_band data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71273}
- wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71229}
- wifi: rtw88: Increase the RX gain before scanning (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mcc: reset probe counter when receiving beacon (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: setting TBTT AGG number when mac port initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: warn unexpected polling value of XTAL SI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine C2H reg event polling timeout for LPS (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: support SER L0/L1 simulation via halt H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: add ser_counters dbgfs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: L1 skip polling status if FW runs event mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: enable error IMR after recovering from L1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: reset power state before switching to power on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix incorrect link address in management frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix missing TX null-data 1 during link switch (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: increase beacon loss to 6 seconds (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtlwifi: fix typo 'received' in comment (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852au: add support for TP TX30U Plus (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71297}
- wifi: rtw88: fix DTIM period handling when conf->dtim_period is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Merge branch 'ath12k-ng' into ath-next (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Skip DP peer creation for scan vdev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: move firmware stats request outside of atomic context (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add the missing RCU lock in ath12k_dp_tx_free_txbuf() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove Wi-Fi 7 header dependencies from common ath12k module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MSDU END TLV processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MU user processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move remaining SIG TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move EHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HE SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HT/VHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move TX monitor functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move RX status TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MPDU pop functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor status processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor ring processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace lock/unlock with guard() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use dp objects in performance critical paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.ko (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove arch-specific HAL dependencies from common DP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the wifi7 header inclusions in common code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ieee80211_ops callback to the arch specific module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add helper to free DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP specific link stats to DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP device stats to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add callbacks in arch_ops for rx APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add lockdep warn for RCU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Attach and detach ath12k_dp_link_peer to ath12k_dp_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & delete (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_link_sta in ath12k_base (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP related functions from peer.c to dp_peer.c file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Drop hal_ prefix from hardware register names (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hal_ops to ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the unused ring inits in wcn (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Segregate the common and wifi7 specific structures (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE desc related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use hal handle instead of ab handle (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add direct HAL pointer in ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_params and regs to hal from hw (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move wbm_rbm_map to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize hal_ops through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize desc_size through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng config and hal_ops to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange PPDU radio stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor data path pdev struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor ath12k_vif structure (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific DP interrupt handler (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific ieee80211_ops registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange DP fields in ath12k_hw_group struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Support arch-specific DP device allocation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rx (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove hal_rx_ops and merge into hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add new infra for the rx path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx_ops callbacks to hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace ops with direct calls for rxdma ring mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: unify HAL ops naming across chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move the hal APIs to hardware specific files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove non-compact TLV support from QCN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT specific code from dp.c to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Tx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Rx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT code in dp.h to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_tx and related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific tx APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific rx tid and related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific REO functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Separate arch specific part of RX APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng processing to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move regular msdu processing functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx error and defrag functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rxdma ring config functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Rx error related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx and hal_rx to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL define dependencies from shared AHB code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL defines from shared PCI code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_* symbols to ath12k_wifi7_* for clarity (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific components (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hw_init invocation to target-specific probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modules (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ahb_hif_ops to reflect generic usage (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hw.c to Wi-Fi 7 specific implementation file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 MHI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 WMI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Copy Engine configuration to Wi-Fi 7 specific file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- spinlock: extend guard with spinlock_bh variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- config: wifi: disable new unsupported configuration options (Jose Ignacio Tornos Martinez) [RHEL-171410]
- perf metrics: Make common stalled metrics conditional on having the event (Trevor Allison) [RHEL-140195]
- perf stat: Fix crash on arm64 (Trevor Allison) [RHEL-140195]
- tools build: Correct link flags for libopenssl (Trevor Allison) [RHEL-140195]
- perf test parse-metric: Ensure aggregate counts appear to have run (Trevor Allison) [RHEL-140195]
- perf/x86: Move event pointer setup earlier in x86_pmu_enable() (Trevor Allison) [RHEL-140195] {CVE-2026-23435}
- perf metricgroup: Fix metricgroup__has_metric_or_groups() (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Optimize PEBS extended config (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Check PEBS dyn_constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add a check for dynamic constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add counter group support for arch-PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Setup PEBS data configuration and enable legacy groups (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Update dyn_constraint base on PEBS event precise level (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Process arch-PEBS records or record fragments (Trevor Allison) [RHEL-140195]
- perf record: Make logs more readable for event open failures (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync sound/asound.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/vhost.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/perf_event.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/neighbour.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/kvm.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/if_addr.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync drm/drm.h with kernel (Trevor Allison) [RHEL-140195]
- perf tools: Add the legacy-cache.json to .gitignore (Trevor Allison) [RHEL-140195]
- Revert "perf tool_pmu: More accurately set the cpus for tool events" (Trevor Allison) [RHEL-140195]
- perf jevents: Handle deleted JSONS in out of source builds (Trevor Allison) [RHEL-140195]
- perf metricgroup: Don't early exit if no CPUID table exists (Trevor Allison) [RHEL-140195]
- perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Fix missed map__put() (Trevor Allison) [RHEL-140195]
- perf test: Fix test perf evlist for z/VM s390x (Trevor Allison) [RHEL-140195]
- perf test: Fix test case perf evlist tests for s390x (Trevor Allison) [RHEL-140195]
- perf parse-events: Fix evsel allocation failure (Trevor Allison) [RHEL-140195]
- tools build: Fix the common set of features test wrt libopenssl (Trevor Allison) [RHEL-140195]
- perf tests top: Make the test exclusive (Trevor Allison) [RHEL-140195]
- perf tests kvm: Avoid leaving perf.data.guest file around (Trevor Allison) [RHEL-140195]
- perf symbol: Fix ENOENT case for filename__read_build_id (Trevor Allison) [RHEL-140195]
- perf tools: Disable BPF skeleton if no libopenssl found (Trevor Allison) [RHEL-140195]
- tools/build: Add a feature test for libopenssl (Trevor Allison) [RHEL-140195]
- libperf: Use 'extern' in LIBPERF_API visibility macro (Trevor Allison) [RHEL-140195]
- perf stat: Improve handling of termination by signal (Trevor Allison) [RHEL-140195]
- perf tests stat: Add test for error for an offline CPU (Trevor Allison) [RHEL-140195]
- perf test kvm: Add some basic perf kvm test coverage (Trevor Allison) [RHEL-140195]
- perf tests evlist: Add basic evlist test (Trevor Allison) [RHEL-140195]
- perf tests script dlfilter: Add a dlfilter test (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Add basic kallsyms test (Trevor Allison) [RHEL-140195]
- perf tests timechart: Add a perf timechart test (Trevor Allison) [RHEL-140195]
- perf tests top: Add basic perf top coverage test (Trevor Allison) [RHEL-140195]
- perf tests c2c: Add a basic c2c (Trevor Allison) [RHEL-140195]
- perf c2c: Clean up some defensive gets and make asan clean (Trevor Allison) [RHEL-140195]
- perf timechart: Add record support for output perf.data path (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update sierraforest events from 1.12 to 1.13 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update pantherlake events from 1.00 to 1.02 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update meteorlake events from 1.17 to 1.18 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update lunarlake events from 1.18 to 1.19 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update icelakex events from 1.28 to 1.30 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update graniterapids events from 1.15 to 1.16 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update cascadelakex metric units (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update arrowlake events from 1.13 to 1.14 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update alderlake events from 1.34 to 1.35 (Trevor Allison) [RHEL-140195]
- perf arm_spe: Add CPU variants supporting common data source packet (Trevor Allison) [RHEL-140195]
- perf auxtrace: Include sys/types.h for pid_t (Trevor Allison) [RHEL-140195]
- perf test: Add kallsyms split test (Trevor Allison) [RHEL-140195]
- perf tools: Use machine->root_dir to find /proc/kallsyms (Trevor Allison) [RHEL-140195]
- perf tools: Fallback to initial kernel map properly (Trevor Allison) [RHEL-140195]
- perf jevents: Skip optional metrics in metric group list (Trevor Allison) [RHEL-140195]
- perf jevents: Drop duplicate pending metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Move json encoding to its own functions (Trevor Allison) [RHEL-140195]
- perf jevents: Add threshold expressions to Metric (Trevor Allison) [RHEL-140195]
- perf jevents: Term list fix in event parsing (Trevor Allison) [RHEL-140195]
- perf jevents: Support parsing negative exponents (Trevor Allison) [RHEL-140195]
- perf jevents: Allow metric groups not to be named (Trevor Allison) [RHEL-140195]
- perf jevents: Add descriptions to metricgroup abstraction (Trevor Allison) [RHEL-140195]
- perf jevents: Update metric constraint support (Trevor Allison) [RHEL-140195]
- perf jevents: Allow multiple metricgroups.json files (Trevor Allison) [RHEL-140195]
- perf ilist: Be tolerant of reading a metric on the wrong CPU (Trevor Allison) [RHEL-140195]
- perf python: Correct copying of metric_leader in an evsel (Trevor Allison) [RHEL-140195]
- perf test: Add python JIT dump test (Trevor Allison) [RHEL-140195]
- perf test: Fix hybrid testing of event fallback test (Trevor Allison) [RHEL-140195]
- perf tools: Remove a trailing newline in the event terms (Trevor Allison) [RHEL-140195]
- perf trace: Skip internal syscall arguments (Trevor Allison) [RHEL-140195]
- perf tools: Don't read build-ids from non-regular files (Trevor Allison) [RHEL-140195]
- perf vendor events riscv: add T-HEAD C920V2 JSON support (Trevor Allison) [RHEL-140195]
- perf pmu: fix duplicate conditional statement (Trevor Allison) [RHEL-140195]
- perf docs: arm-spe: Document new SPE filtering features (Trevor Allison) [RHEL-140195]
- perf tools: Add support for perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf: replace strcpy() with strncpy() in util/jitdump.c (Trevor Allison) [RHEL-140195]
- perf list: Support filtering in JSON output (Trevor Allison) [RHEL-140195]
- perf list: Share print state with JSON output (Trevor Allison) [RHEL-140195]
- perf list: Print matching PMU events for --unit (Trevor Allison) [RHEL-140195]
- perf test all metrics: Fully ignore Default metric failures (Trevor Allison) [RHEL-140195]
- perf evsel: Skip store_evsel_ids for non-perf-event PMUs (Trevor Allison) [RHEL-140195]
- perf pmu: Add PMU kind to simplify differentiating (Trevor Allison) [RHEL-140195]
- perf header: Switch "cpu" for find_core_pmu in caps feature writing (Trevor Allison) [RHEL-140195]
- perf test maps: Additional maps__fixup_overlap_and_insert tests (Trevor Allison) [RHEL-140195]
- perf maps: Avoid RC_CHK use after free (Trevor Allison) [RHEL-140195]
- perf stat: Read tool events last (Trevor Allison) [RHEL-140195]
- perf arm_spe: Synthesize memory samples for SIMD operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Expose SIMD information in other operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report GCS in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report memset and memcpy in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report associated info for SVE / SME operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report extended memory operations in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report MTE allocation tag in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report register access in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Introduce data processing macro for SVE operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Consolidate operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Remove unused operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode SME data processing packet (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode ASE and FP fields in other operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macro (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode GCS operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Unify operation naming (Trevor Allison) [RHEL-140195]
- perf tool_pmu: More accurately set the cpus for tool events (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of walltime_nsecs_stats (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of ru_stats (Trevor Allison) [RHEL-140195]
- perf stat-shadow: Read tool events directly (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Use old_count when computing count values for time events (Trevor Allison) [RHEL-140195]
- perf pmu: perf_cpu_map__new_int to avoid parsing a string (Trevor Allison) [RHEL-140195]
- libperf cpumap: Reduce allocations and sorting in intersect (Trevor Allison) [RHEL-140195]
- perf stat: Display metric-only for 0 counters (Trevor Allison) [RHEL-140195]
- perf test: Don't fail if user rdpmc returns 0 when disabled (Trevor Allison) [RHEL-140195]
- perf parse-events: Add debug logging to perf_event (Trevor Allison) [RHEL-140195]
- perf test: Be tolerant of missing json metric none value (Trevor Allison) [RHEL-140195]
- perf sample: Fix the wrong format specifier (Trevor Allison) [RHEL-140195]
- perf script: Fix build by removing unused evsel_script() (Trevor Allison) [RHEL-140195]
- perf vendor metrics s390: Avoid has_event(INSTRUCTIONS) (Trevor Allison) [RHEL-140195]
- perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependencies (Trevor Allison) [RHEL-140195]
- tool build: Remove __get_cpuid feature test (Trevor Allison) [RHEL-140195]
- perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid (Trevor Allison) [RHEL-140195]
- perf intel-pt: Use the perf provided "cpuid.h" (Trevor Allison) [RHEL-140195]
- perf test: Add a perf event fallback test (Trevor Allison) [RHEL-140195]
- perf stat: Align metric output without events (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Make core_wide and target_cpu json events (Trevor Allison) [RHEL-140195]
- perf test stat csv: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update shadow test to use metrics (Trevor Allison) [RHEL-140195]
- perf test metrics: Update all metrics for possibly failing default metrics (Trevor Allison) [RHEL-140195]
- perf test stat: Update std_output testing metric expectations (Trevor Allison) [RHEL-140195]
- perf test stat: Ignore failures in Default[234] metricgroups (Trevor Allison) [RHEL-140195]
- perf test stat+json: Improve metric-only testing (Trevor Allison) [RHEL-140195]
- perf stat: Remove "unit" workarounds for metric-only (Trevor Allison) [RHEL-140195]
- perf stat: Sort default events/metrics (Trevor Allison) [RHEL-140195]
- perf stat: Fix default metricgroup display on hybrid (Trevor Allison) [RHEL-140195]
- perf stat: Remove hard coded shadow metrics (Trevor Allison) [RHEL-140195]
- perf script: Change metric format to use json metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add detail -d,-dd,-ddd metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Add metric DefaultShowEvents (Trevor Allison) [RHEL-140195]
- perf jevents: Add set of common metrics based on default ones (Trevor Allison) [RHEL-140195]
- perf expr: Add #target_cpu literal (Trevor Allison) [RHEL-140195]
- perf metricgroup: Add care to picking the evsel for displaying a metric (Trevor Allison) [RHEL-140195]
- perf symbol: Remove unneeded semicolon (Trevor Allison) [RHEL-140195]
- perf test: Add test that command line period overrides sysfs/json values (Trevor Allison) [RHEL-140195]
- perf pmu: Make pmu_alias_terms weak again (Trevor Allison) [RHEL-140195]
- perf tool: Add a delegate_tool that just delegates actions to another tool (Trevor Allison) [RHEL-140195]
- perf tool: Add the perf_tool argument to all callbacks (Trevor Allison) [RHEL-140195]
- perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add ScaleUnit to {cpu,task}-clock JSON description (Trevor Allison) [RHEL-140195]
- perf record: Make sure to update build-ID cache (Trevor Allison) [RHEL-140195]
- perf jevents: Make all tables static (Trevor Allison) [RHEL-140195]
- perf metricgroup: When copy metrics copy default information (Trevor Allison) [RHEL-140195]
- perf metricgroup: Missed free on error path (Trevor Allison) [RHEL-140195]
- perf evsel: Remove unused metric_events variable (Trevor Allison) [RHEL-140195]
- perf tools: Cache counter names for raw samples on s390 (Trevor Allison) [RHEL-140195]
- perf trace: Increase syscall handler map size to 1024 (Trevor Allison) [RHEL-140195]
- perf test workload: Add thread count argument to thloop (Trevor Allison) [RHEL-140195]
- perf auxtrace: Add auxtrace_synth_id_range_start() helper (Trevor Allison) [RHEL-140195]
- perf stat: Add/fix bperf cgroup max events workarounds (Trevor Allison) [RHEL-140195]
- perf cs-etm: Mute enumeration value warning (Trevor Allison) [RHEL-140195]
- tools: arm64: Add Cortex-A720AE definitions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix Clang build by adding block in switch case (Trevor Allison) [RHEL-140195]
- perf annotate: Invalidate register states for untracked instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Save pointer offset in stack state (Trevor Allison) [RHEL-140195]
- perf annotate: Track arithmetic instructions on pointers (Trevor Allison) [RHEL-140195]
- perf annotate: Track address registers via TSR_KIND_POINTER (Trevor Allison) [RHEL-140195]
- perf annotate: Skip annotating data types to lea instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix build with NO_SLANG=1 (Trevor Allison) [RHEL-140195]
- perf jevents: Suppress circular dependency warnings (Trevor Allison) [RHEL-140195]
- perf jevents: Remove unused makefile variable (Trevor Allison) [RHEL-140195]
- perf jevents: Fix build when there are other json files in the tree (Trevor Allison) [RHEL-140195]
- perf c2c annotate: Start from the contention line (Trevor Allison) [RHEL-140195]
- perf c2c: Add annotation support to perf c2c report (Trevor Allison) [RHEL-140195]
- perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024 (Trevor Allison) [RHEL-140195]
- perf ilist: Add PMU information to metrics (Trevor Allison) [RHEL-140195]
- perf python: Add PMU argument to parse_metrics (Trevor Allison) [RHEL-140195]
- perf ilist: Don't display deprecated events (Trevor Allison) [RHEL-140195]
- perf trace: Don't synthesize mmaps unless callchains are enabled (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evsel test helper (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evlist test helper (Trevor Allison) [RHEL-140195]
- perf test: Clean up test_..config helpers (Trevor Allison) [RHEL-140195]
- perf test: Switch cycles event to cpu-cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Remove cpu PMU requirement (Trevor Allison) [RHEL-140195]
- perf test parse-events: Without a PMU use cpu-cycles rather than cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Use evsel__match for legacy events (Trevor Allison) [RHEL-140195]
- perf evsel: Improvements to __evsel__match (Trevor Allison) [RHEL-140195]
- perf evlist: Avoid scanning all PMUs for evlist__new_default (Trevor Allison) [RHEL-140195]
- perf top: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf record: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove hard coded legacy hardware and cache parsing (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_symbol_events (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_hwcache_events (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy-hardware and legacy-cache json (Trevor Allison) [RHEL-140195]
- perf pmu: Add and use legacy_terms in alias information (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy json terms and default_core event table helper (Trevor Allison) [RHEL-140195]
- perf parse-events: Add terms for legacy hardware and cache config values (Trevor Allison) [RHEL-140195]
- perf pmu: Factor term parsing into a perf_event_attr into a helper (Trevor Allison) [RHEL-140195]
- perf pmu: Use fd rather than FILE from new_alias (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove unused FILE input argument to scanner (Trevor Allison) [RHEL-140195]
- perf pmu: Don't eagerly parse event terms (Trevor Allison) [RHEL-140195]
- perf jevents: Support copying the source json files to OUTPUT (Trevor Allison) [RHEL-140195]
- perf record: Skip don't fail for events that don't open (Trevor Allison) [RHEL-140195]
- perf stat: Avoid wildcarding PMUs for default events (Trevor Allison) [RHEL-140195]
- perf perf_api_probe: Avoid scanning all PMUs, try software PMU first (Trevor Allison) [RHEL-140195]
- perf build python: Don't leave a.out file when building with clang (Trevor Allison) [RHEL-140195]
- perf stat: Additional verbose details for <not supported> events (Trevor Allison) [RHEL-140195]
- perf tests: use strdup() in "Object code reading" (Trevor Allison) [RHEL-140195]
- perf: sched: Fix perf crash with new is_user_task() helper (Trevor Allison) [RHEL-140195] {CVE-2026-23159}
- perf/x86/intel: Do not enable BTS for guests (Trevor Allison) [RHEL-140195]
- perf: Fix refcount warning on event->mmap_count increment (Trevor Allison) [RHEL-140195] {CVE-2026-23127}
- perf: Ensure swevent hrtimer is properly destroyed (Trevor Allison) [RHEL-140195] {CVE-2026-23014}
- perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common() (Trevor Allison) [RHEL-140195]
- perf/core: Fix missing read event generation on task exit (Trevor Allison) [RHEL-140195]
- perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error (Trevor Allison) [RHEL-140195]
- perf/uprobes: Remove <space><Tab> whitespace noise (Trevor Allison) [RHEL-140195]
- perf: arm_spe: Add support for filtering on data source (Trevor Allison) [RHEL-140195]
- perf: Add perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS group processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS record processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Initialize architectural PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Correct large PEBS flag check (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call (Trevor Allison) [RHEL-140195]
- perf/x86: Fix NULL event access and potential PEBS record loss (Trevor Allison) [RHEL-140195] {CVE-2025-68375}
- perf/x86: Remove redundant is_x86_event() prototype (Trevor Allison) [RHEL-140195]
- perf/x86/intel/cstate: Remove PC3 support from LunarLake (Trevor Allison) [RHEL-140195]
Resolves: RHEL-140195, RHEL-146067, RHEL-152194, RHEL-159585, RHEL-171410, RHEL-173865, RHEL-176055, RHEL-177855, RHEL-178627, RHEL-180023, RHEL-180059, RHEL-180129, RHEL-184635, RHEL-186369, RHEL-186630, RHEL-191369, RHEL-192922
* Tue Jul 07 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-247.el10]
- smb/client: fix out-of-bounds read in smb2_compound_op() (Paulo Alcantara) [RHEL-180047] {CVE-2026-46155}
- smb: client: fix off-by-8 bounds check in check_wsl_eas() (Paulo Alcantara) [RHEL-180047]

View File

@ -179,15 +179,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 247
%define pkgrelease 248
%define kversion 6
%define tarfile_release 6.12.0-247.el10
%define tarfile_release 6.12.0-248.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 247%{?buildid}%{?dist}
%define specrelease 248%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-247.el10
%define kabiversion 6.12.0-248.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4556,6 +4556,943 @@ fi\
#
#
%changelog
* Wed Jul 08 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-248.el10]
- ipv4: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369]
- ipv6: account for fraggap on the paged allocation path (Íñigo Huguet) [RHEL-191369] {CVE-2026-53362}
- net: skbuff: fix missing zerocopy reference in pskb_carve helpers (Sabrina Dubroca) [RHEL-192922]
- net: gro: don't merge zcopy skbs (Sabrina Dubroca) [RHEL-177855] {CVE-2026-46323}
- net: skbuff: propagate shared-frag marker through frag-transfer helpers (Sabrina Dubroca) [RHEL-178627] {CVE-2026-43503}
- net: skbuff: preserve shared-frag marker during coalescing (Sabrina Dubroca) [RHEL-176055] {CVE-2026-46300}
- Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: Fix backward compatibility with userspace (David Marlin) [RHEL-184635]
- Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connect (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix a use-after-free of the hci_conn pointer (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: fix memory leak in error path of hci_alloc_dev() (David Marlin) [RHEL-184635]
- Bluetooth: bnep: reject short frames before parsing (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: validate skb length in MCC handlers (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate advertising TLV before type checks (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync() (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functions (David Marlin) [RHEL-184635]
- Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock (David Marlin) [RHEL-184635]
- Bluetooth: ISO: fix UAF in iso_recv_frame (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Use 100 ms SSR delay for rampatch and NVM loading (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync (David Marlin) [RHEL-184635]
- Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Allow firmware re-download when version matches (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: fix missing length checks in hidp_input_report() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate() (David Marlin) [RHEL-184635]
- Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths (David Marlin) [RHEL-184635]
- Bluetooth: MGMT: validate Add Extended Advertising Data length (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix urb->setup_packet leak in error paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: drop ISO_END frames received without prior ISO_START (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Fix incorrect MAC access programming (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_COMPLETE (David Marlin) [RHEL-184635]
- Bluetooth: bnep: Fix UAF read of dev->name (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Convert timeout from jiffies to ms (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: ecred_reconfigure: send packed pdu, not stack pointer (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: accept too short WMT FUNC_CTRL events (David Marlin) [RHEL-184635]
- Bluetooth: serialize accept_q access (David Marlin) [RHEL-184635]
- Bluetooth: HIDP: serialise l2cap_unregister_user via hidp_session_sem (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: fix memset typo (David Marlin) [RHEL-184635]
- Bluetooth: RFCOMM: pull credit byte with skb_pull_data() (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: validate rx pkt_type header length (David Marlin) [RHEL-184635]
- Bluetooth: virtio_bt: clamp rx length before skb_put (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: validate WMT event SKB length before struct access (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on iso_pi(sk) in socket and HCI event paths (David Marlin) [RHEL-184635]
- Bluetooth: ISO: Fix data-race on dst in iso_sock_connect() (David Marlin) [RHEL-184635]
- Bluetooth: hci_uart: Fix NULL deref in recv callbacks when priv is uninitialized (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: treat boot stage bit 12 as warning (David Marlin) [RHEL-184635]
- Bluetooth: SCO: hold sk properly in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_new_connection_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_get_sndtimeo_cb() (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: Fix null-ptr-deref in l2cap_sock_state_change_cb() (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inversion (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req (David Marlin) [RHEL-184635]
- Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension handling (David Marlin) [RHEL-184635]
- Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt (David Marlin) [RHEL-184635]
- Bluetooth: hci_conn: fix potential UAF in create_big_sync (David Marlin) [RHEL-184635]
- Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix missing wakeup during SSR memdump handling (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: use strscpy to copy plain strings (David Marlin) [RHEL-184635]
- Bluetooth: SCO: check for codecs->num_codecs == 1 before assigning to sco_pi(sk)->codec (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Align shared DMA memory to 128 bytes (David Marlin) [RHEL-184635]
- Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp (David Marlin) [RHEL-184635]
- Bluetooth: hci_ll: Enable BROKEN_ENHANCED_SETUP_SYNC_CONN for WL183x (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MediaTek MT7922: Add VID 0489 & PID e11d (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: hide unused btmtk_mt6639_devs[] array (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-Creator (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for TP-Link Archer TBE550E (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for MSI X870E Ace Max (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Gigabyte Z790 AORUS MASTER X (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for Lenovo Legion Pro 7 16ARX9 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add MT7927 ID for ASUS ROG Crosshair X870E Hero (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: fix ISO interface setup for single alt setting (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add MT6639 (MT7927) Bluetooth support (David Marlin) [RHEL-184635]
- Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: btusb: refactor endpoint lookup (David Marlin) [RHEL-184635]
- Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error (David Marlin) [RHEL-184635]
- Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: disable power control for WCN7850 when bt_en is not defined (David Marlin) [RHEL-184635]
- bluetooth: btusb: Fix whitespace in btusb.c (David Marlin) [RHEL-184635]
- Bluetooth: qca: enable pwrseq support for WCN39xx devices (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pci: Fix btintel_pcie_read_hwexp code style (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpious2, Nova Lake-PCD-S (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add device id of Scorpius Peak2, Nova Lake-PCD-H (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2F (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2F support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Add support for exception dump for ScP2 (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add DSBR support for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for Scorpious Peak2 support (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Replace CNVi id with hardware variant (David Marlin) [RHEL-184635]
- Bluetooth: btintel: Add support for hybrid signature for ScP2 onwards (David Marlin) [RHEL-184635]
- Bluetooth: L2CAP: CoC: Disconnect if received packet size exceeds MPS (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 SDIO support (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 0e8d/1ede for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3596 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3594 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3580 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add new VID/PID 13d3/3579 for MT7902 (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add MT7902 MCU support (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Use struct_size to improve hci_drv_read_info (David Marlin) [RHEL-184635]
- Bluetooth: btusb: Add Lite-On 04ca:3807 for MediaTek MT7921 (David Marlin) [RHEL-184635]
- Bluetooth: btintel_pcie: Replace snprintf("%%s") with strscpy (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix BT not getting powered-off on rmmod (David Marlin) [RHEL-184635]
- Bluetooth: hci_qca: Fix confusing shutdown() and power_off() naming (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: Add entry for BCM4343A2 UART Bluetooth (David Marlin) [RHEL-184635]
- Bluetooth: qca: Refactor code on the basis of chipset names (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: Add reset mechanism if downloading firmware failed (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: add status check in mt79xx firmware setup (David Marlin) [RHEL-184635]
- Bluetooth: btmtk: improve mt79xx firmware setup retry flow (David Marlin) [RHEL-184635]
- Bluetooth: btbcm: remove done label in btbcm_patchram (David Marlin) [RHEL-184635]
- Bluetooth: hci_core: Rate limit the logging of invalid ISO handle (David Marlin) [RHEL-184635]
- Bluetooth: btusb: MT7922: Add VID/PID 0489/e174 (David Marlin) [RHEL-184635]
- klp-build: Fix patch cleanup on interrupt (Yannick Cote) [RHEL-152194]
- selftests/livepatch: add test for module function patching (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: report patch validation fuzz (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add terminal color output (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: provide friendlier error messages (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: improve short-circuit validation (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: fix shellcheck complaints (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add Makefile with check target (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: add grep-override function (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: switch to GNU patch and recountdiff (Yannick Cote) [RHEL-152194]
- livepatch/klp-build: support patches that add/remove files (Yannick Cote) [RHEL-152194]
- selftests: livepatch: test-ftrace: livepatch a traced function (Yannick Cote) [RHEL-152194]
- crypto: asymmetric_keys - Remove unused key_being_used_for[] (Thomas Huth) [RHEL-186630]
- crypto: skcipher - call cond_resched() directly (Thomas Huth) [RHEL-186630]
- crypto: skcipher - optimize initializing skcipher_walk fields (Thomas Huth) [RHEL-186630]
- crypto: skcipher - clean up initialization of skcipher_walk::flags (Thomas Huth) [RHEL-186630]
- crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt() (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOW (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove redundant clamping to page size (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove unnecessary page alignment of bounce buffer (Thomas Huth) [RHEL-186630]
- crypto: skcipher - document skcipher_walk_done() and rename some vars (Thomas Huth) [RHEL-186630]
- crypto: omap - switch from scatter_walk to plain offset (Thomas Huth) [RHEL-186630]
- crypto: powerpc/p10-aes-gcm - simplify handling of linear associated data (Thomas Huth) [RHEL-186630]
- crypto: bcm - Drop unused setting of local 'ptr' variable (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - support new function communication (Thomas Huth) [RHEL-186630]
- crypto: proc - Use str_yes_no() and str_no_yes() helpers (Thomas Huth) [RHEL-186630]
- crypto: ahash - make hash walk functions private to ahash.c (Thomas Huth) [RHEL-186630]
- redhat: Remove CONFIG_CRYPTO_KEYWRAP setting (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove unused keywrap algorithm (Thomas Huth) [RHEL-186630]
- crypto: fips - Use str_enabled_disabled() helper in fips_enable() (Thomas Huth) [RHEL-186630]
- crypto: lib/aesgcm - Reduce stack usage in libaesgcm_init (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - additional optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - more code size optimizations (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - change len parameter to int (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - improve some comments (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - make the register aliases per-function (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-xts - use .irp when useful (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - tune better for AMD CPUs (Thomas Huth) [RHEL-186630]
- crypto: x86/aes-gcm - code size optimization (Thomas Huth) [RHEL-186630]
- crypto: lib/gf128mul - Remove some bbe deadcode (Thomas Huth) [RHEL-186630]
- crypto: keywrap - remove assignment of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aegis - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: x86 - remove assignments of 0 to cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: seed - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: khazad - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: tea - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: aria - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: anubis - stop using cra_alignmask (Thomas Huth) [RHEL-186630]
- crypto: skcipher - remove support for physical address walks (Thomas Huth) [RHEL-186630]
- crypto: n2 - remove Niagara2 SPU driver (Thomas Huth) [RHEL-186630]
- crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASK (Thomas Huth) [RHEL-186630]
- crypto: caam - use JobR's space to access page 0 regs (Thomas Huth) [RHEL-186630]
- crypto: api - Call crypto_schedule_test outside of mutex (Thomas Huth) [RHEL-186630]
- crypto: api - Fix boot-up self-test race (Thomas Huth) [RHEL-186630]
- lib/crc32: drop leading underscores from __crc32c_le_base (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Copy source data for SG list (Thomas Huth) [RHEL-186630]
- s390/ap: Replace xchg() with WRITE_ONCE() (Thomas Huth) [RHEL-186630]
- crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctx (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() (Thomas Huth) [RHEL-186630]
- crypto: aesni - Move back to module_init (Thomas Huth) [RHEL-186630]
- crypto: lib/mpi - Export mpi_set_bit (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Implement plain NEON variant (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Macroify PMULL asm code (Thomas Huth) [RHEL-186630]
- crypto: arm/crct10dif - Use existing mov_l macro instead of __adrl (Thomas Huth) [RHEL-186630]
- crypto: bcm - add error check in the ahash_hmac_init function (Thomas Huth) [RHEL-186630]
- crypto: caam - add error check to caam_rsa_set_priv_key_form (Thomas Huth) [RHEL-186630]
- crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init() (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Reinstate support for legacy protocols (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - disable same error report before resetting (Thomas Huth) [RHEL-186630]
- crypto: hisilicon - support querying the capability register (Thomas Huth) [RHEL-186630]
- crypto: asymmetric_keys - Remove unused functions (Thomas Huth) [RHEL-186630]
- crypto: starfive - remove unneeded crypto_engine_stop() call (Thomas Huth) [RHEL-186630]
- crypto: api - move crypto_simd_disabled_for_test to lib (Thomas Huth) [RHEL-186630]
- crypto: cavium - Fix the if condition to exit loop after timeout (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded RETs (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - take advantage of block-aligned len (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize partial block handling using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - improve assembly function prototypes (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - optimize length block preparation using SSE4.1 (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - don't bother with special code for aligned data (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - eliminate some indirect calls (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - remove no-op init and exit functions (Thomas Huth) [RHEL-186630]
- crypto: x86/aegis128 - access 32-bit arguments as 32-bit (Thomas Huth) [RHEL-186630]
- crypto: crc32c - Provide crc32c-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: crc32 - Provide crc32-arch driver for accelerated library code (Thomas Huth) [RHEL-186630]
- crypto: nx - Fix invalid wait context during kexec reboot (Thomas Huth) [RHEL-186630]
- crypto: nx - Rename devdata_mutex to devdata_spinlock (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Update Kconfig help text for NIST P521 (Thomas Huth) [RHEL-186630]
- crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keys (Thomas Huth) [RHEL-186630]
- s390/crypto: Switch over to sysfs_emit() (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - use devm in probe (Thomas Huth) [RHEL-186630]
- crypto: crypto4xx - avoid explicit resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - use devm_platform_get_and_ioremap_resource (Thomas Huth) [RHEL-186630]
- crypto: cesa - remove irq_set_affinity_hint (Thomas Huth) [RHEL-186630]
- crypto: cesa - use enabled variants for clk_get (Thomas Huth) [RHEL-186630]
- crypto: cesa - add COMPILE_TEST (Thomas Huth) [RHEL-186630]
- crypto: doc - Fix akcipher title reference (Thomas Huth) [RHEL-186630]
- crypto: x86/cast5 - Remove unused cast5_ctr_16way (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/qm - fix the coding specifications issue (Thomas Huth) [RHEL-186630]
- crypto: drivers - Correct multiple typos in comments (Thomas Huth) [RHEL-186630]
- crypto: ccree - Fix typo in comment (Thomas Huth) [RHEL-186630]
- crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Thomas Huth) [RHEL-186630]
- crypto: caam - Slightly simplify platform_device() (Thomas Huth) [RHEL-186630]
- crypto: caam - Fix the pointer passed to caam_qi_shutdown() (Thomas Huth) [RHEL-186630]
- crypto: hisilicon/hpre - enable all clusters clock gating (Thomas Huth) [RHEL-186630]
- crypto: mxs-dcp - Fix AES-CBC with hardware-bound keys (Thomas Huth) [RHEL-186630]
- crypto: amlogic - Remove redundant assignment and error messages (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Fix signature size calculation (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Support P1363 signature decoding (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature size calculation into template (Thomas Huth) [RHEL-186630]
- crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Move X9.62 signature decoding into template (Thomas Huth) [RHEL-186630]
- ASN.1: Clean up include statements in public headers (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Avoid signed integer overflow on signature decoding (Thomas Huth) [RHEL-186630]
- crypto: sig - Move crypto_sig_*() API calls to include file (Thomas Huth) [RHEL-186630]
- redhat: Disable signing ALG again after code has been reworked (Thomas Huth) [RHEL-186630]
- crypto: akcipher - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: drivers - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: virtio - Drop sign/verify operations (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Avoid copying hash prefix (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Harden digest length verification (Thomas Huth) [RHEL-186630]
- crypto: rsassa-pkcs1 - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks (Thomas Huth) [RHEL-186630]
- crypto: ecrdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Migrate to sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: sig - Introduce sig_alg backend (Thomas Huth) [RHEL-186630]
- crypto: ecdsa - Drop unused test vector elements (Thomas Huth) [RHEL-186630]
- crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h> (Thomas Huth) [RHEL-186630]
- IB/IPoIB: ndo_set_rx_mode_async conversion (Michal Schmidt) [RHEL-186369]
- selftests: net: use ip commands instead of teamd in team rx_mode test (Michal Schmidt) [RHEL-186369]
- selftests: net: add team_bridge_macvlan rx_mode test (Michal Schmidt) [RHEL-186369]
- net: warn ops-locked drivers still using ndo_set_rx_mode (Michal Schmidt) [RHEL-186369]
- netkit: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- dummy: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- netdevsim: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- iavf: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- bnxt: use snapshot in bnxt_cfg_rx_mode (Michal Schmidt) [RHEL-186369]
- bnxt: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- mlx5: convert to ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net/mlx5e: Allow set_rx_mode on uplink representor (Michal Schmidt) [RHEL-186369]
- net: move promiscuity handling into netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: cache snapshot entries for ndo_set_rx_mode_async (Michal Schmidt) [RHEL-186369]
- net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work (Michal Schmidt) [RHEL-186369]
- net: add address list snapshot and reconciliation infrastructure (Michal Schmidt) [RHEL-186369]
- selftests: net: validate team flags propagation (Michal Schmidt) [RHEL-186369]
- Revert "fs: don't block i_writecount during exec" (Abhi Das) [RHEL-159585]
- lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC comment (Luiz Capitulino) [RHEL-146067]
- powerpc/watchdog: add support for hardlockup_sys_info sysctl (Luiz Capitulino) [RHEL-146067]
- hung_task: explicitly report I/O wait state in log output (Luiz Capitulino) [RHEL-146067]
- hung_task: increment the global counter immediately (Luiz Capitulino) [RHEL-146067]
- hung_task: enable runtime reset of hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: refactor detection logic and atomicise detection count (Luiz Capitulino) [RHEL-146067]
- sysctl: add SYSCTL_{USER_TO_KERN,KERN_TO_USER} macros (Luiz Capitulino) [RHEL-146067]
- sys_info: add a default kernel sys_info mask (Luiz Capitulino) [RHEL-146067]
- watchdog: add sys_info sysctls to dump sys info on system lockup (Luiz Capitulino) [RHEL-146067]
- hung_task: add hung_task_sys_info sysctl to dump sys info on task-hung (Luiz Capitulino) [RHEL-146067]
- panic: sys_info: align constant definition names with parameters (Luiz Capitulino) [RHEL-146067]
- kernel/hung_task: unexport sysctl_hung_task_timeout_secs (Luiz Capitulino) [RHEL-146067]
- redhat/configs: update CONFIG_BOOTPARAM_HUNG_TASK_PANIC (Luiz Capitulino) [RHEL-146067]
- hung_task: panic when there are more than N hung tasks at the same time (Luiz Capitulino) [RHEL-146067]
- hung_task: fix warnings caused by unaligned lock pointers (Luiz Capitulino) [RHEL-146067]
- hung_task: dump blocker task if it is not hung (Luiz Capitulino) [RHEL-146067]
- hung_task: extend hung task blocker tracking to rwsems (Luiz Capitulino) [RHEL-146067]
- locking/rwsem: make owner helpers globally available (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on semaphore (Luiz Capitulino) [RHEL-146067]
- hung_task: replace blocker_mutex with encoded blocker (Luiz Capitulino) [RHEL-146067]
- redhat/configs: add new hung task configs (Luiz Capitulino) [RHEL-146067]
- samples: add hung_task detector mutex blocking sample (Luiz Capitulino) [RHEL-146067]
- hung_task: show the blocker task if the task is hung on mutex (Luiz Capitulino) [RHEL-146067]
- hung_task: add docs for hung_task_detect_count (Luiz Capitulino) [RHEL-146067]
- hung_task: add detect count for hung tasks (Luiz Capitulino) [RHEL-146067]
- wifi: ath11k: fix warning when unbinding (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove station if connection prep fails (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180129] {CVE-2026-46125}
- wifi: mac80211: drop stray 'static' from fast-RX rx_result (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180059] {CVE-2026-46152}
- wifi: mac80211: use safe list iteration in radar detect work (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-180023] {CVE-2026-46166}
- wifi: ath12k: prepare REO update element only for primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rt2x00: allocate anchor with rt2x00dev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix error unwind on arch_init() failure in PCI probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix peer_id usage in normal RX path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: restrict LMR feedback check to TB and non-TB ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: select POWER_SEQUENCING (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: fix UHR capability validation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: rfkill: prevent unlimited numbers of rfkill events from being created (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31670}
- wifi: rt2x00usb: fix devres lifetime (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31672}
- wifi: brcmfmac: validate bsscfg indices in IF events (Jose Ignacio Tornos Martinez) [RHEL-171410 RHEL-173865] {CVE-2026-43110}
- wifi: brcmsmac: Fix dma_free_coherent() size (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31661}
- wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info_handler() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31779}
- wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31780}
- wifi: ath12k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Pass the correct value of each TID during a stop AMPDU session (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: correctly set wifi generation data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: don't send a 6E related command when not supported (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43325}
- wifi: iwlwifi: mld: Fix MLO scan timing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23444}
- wifi: mac80211: fix NULL deref in mesh_matches_local() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23396}
- wifi: mac80211: check tdls flag in ieee80211_tdls_oper (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43052}
- wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31548}
- wifi: mac80211: Fix static_branch_dec() underflow for aql_disable. (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31551}
- mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-31394}
- wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive times (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove keys after disabling beaconing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: fully initialise PMSR capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23315}
- wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23363}
- wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23325}
- wifi: mac80211: fix missing ieee80211_eml_params member initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix station lookup failure when disconnecting from AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: use correct pdev id when requesting firmware stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23279}
- wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23246}
- wifi: mac80211: set default WMM parameters on all links (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Fix dev_alloc_name() return value check (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: Fix potential kernel oops when probe fails (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43144}
- wifi: radiotap: reject radiotap with unknown bits (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23367}
- wifi: cfg80211: cancel rfkill_block work in wiphy_unregister() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-23336}
- wifi: cfg80211: wext: fix IGTK key ID off-by-one (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert more 'alloc_obj' cases to default GFP_KERNEL arguments [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_flex' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- Convert 'alloc_obj' family to use the new default GFP_KERNEL argument [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- treewide: Replace kmalloc with kmalloc_obj for non-scalar types [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmsmac: phy: Remove unreachable error handling code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- net: remove unnecessary module_init/exit functions [wireless] (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Add eMLSR/eMLMR action frame parsing support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add initial UHR support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ieee80211: add some initial UHR definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use wiphy_hrtimer_work for CAC timeout (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clear stale link mapping of ahvif->links_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support TX hardware queue stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add support RX PDEV stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Fix index decrement when array_len is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support OBSS PD configuration for AP mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add WMI support for spatial reuse parameter configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- dt-bindings: net: wireless: ath11k-pci: deprecate 'firmware-name' property (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add usecase firmware handling based on device compatible (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath10k: snoc: support powering on the device via pwrseq (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: warn if SPS OCP happens for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: restore LDO setting after device resume (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set MU group membership and position to registers (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: disable interrupt before swapping FW for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: tweak Wi-Fi 7 SER L0/L1 simulation methods (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: rename mac/ctrl error to L0/L1 error (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: update regulatory map to R73-R54 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate release report content before using for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43176}
- wifi: rtw89: get designated link to replace link instance 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SIM_SER_L0L1_BY_HALT_H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add PHY C2H event dummy handler for func 1-7 and 2-10 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: correct content of DACK H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK report format of IQK, DACK and TXGAPK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do CIM3K (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add to print debug log of TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add firmware command to do TX IQK (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: use u64_stats_t with u64_stats_sync properly (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: treat deprecated INDOOR_SP_AP_OLD control value as LPI mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rsi: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- sdio: Provide a bustype shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: sdio: Migrate to use sdio specific shutdown function (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: support operating as RSTA in PMSR FTM request (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add negotiated burst period to FTM result (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: clarify periodic FTM parameters for non-EDCA based ranging (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211/cfg80211: add new FTM capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: add digital compensation for 2GHz (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set force MBA duration to 0 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear DTOP disable excluding CID7090 variant for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update TSSI flow for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add firmware element of digital TX power compensation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update edcca log parsing for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add H2C command to send detail RX gain and link parameters for PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: handle C2H event for PS mode report (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add chip_ops to calculate RX gain from efuse to support PS mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: Fix memory leak in __print_txpwr_map() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add default ID 28de:2432 for RTL8832CU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix unable to receive probe responses under MLO connection (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: fix incorrect power limit by mac_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: refine initial flow of BB wrapper (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: write BB wrapper registers with flush (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update BB wrapper RFSI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: update bb wrapper TPU init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract BB wrap registers to share initial flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: extend register to read history 2 of PHY env_monitor (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: abstract start address and EHT of PHY status bitmap (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add ops rtw89_phy_gen_be_v1 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: phy: add {read,write}_rf_v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: clear global interrupt right after power-on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: rename struct iwl_mcc_allowed_ap_type_cmd::offset_map (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove link_id from time_events (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: change cluster_id type to u8 array (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: support V13 of iwl_lari_config_change_cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: split bios_value_u32 to separate the header (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: uefi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: acpi: cache the DSM functions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Cleanup MLO code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move iwl_get_lari_config_bitmap to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: move lari helper functions to the op_mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: prevent EMLSR when NAN is active (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: add an helper to update an EMLSR blocker (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Fix primary link selection logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: remove iwl_be221_name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix chandef start calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: remove unused variable in d3.c (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add HE type for UHR ELR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: cfg: move the MODULE_FIRMWARE to the per-rf file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: fix HE SIG-B MCS/DCM/compression (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: api: add UHR data definitions (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: add UHR TLC mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: adjust LINK context NPCA API (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: refactor AP power type setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fix 22000 series SMEM parsing (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43172}
- wifi: iwlwifi: mld: support TLC command version 6 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: trigger a dump upon notification if needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: fw: fix documentation reference for ap_type field (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: check the validity of noa_len (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mvm: Remove few redundant 6 GHz scan chan params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Remove wrong channel flags in scan cmd (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: decode VHT information for sniffer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Advertise support for multicast RX registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Support changing NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Extend the NAN configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Declare support for NAN capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Handle rate selection for NAN interface (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: iwlwifi: mld: Add support for NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: mark iface work SKBs as consumed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove RX_DROP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: ignore cluster id after NAN started (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: cleanup cluster_id when stopping NAN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: limit NAN func management APIs to offloaded DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: stop NAN and P2P in cfg80211_leave (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: allow only one NAN interface, also in multi radio (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: enable QCC2072 support (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix PCIE_LOCAL_REG_QRTR_NODE_ID definition for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: send peer meta data version to firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: limit number of channels per WMI command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO status ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: handle REO CMD ring for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware ops support for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add HAL descriptor and ops for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support downloading auxiliary ucode image for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: support LPASS_SHARED target memory type (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware parameters for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add hardware registers for QCC2072 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix mac phy capability parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor 320 MHz bandwidth support parsing (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: fix preferred hardware mode calculation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO status ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor REO CMD ring handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: refactor PCI window register access (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: move .max_tx_ring to struct ath11k_hw_hal_params (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register handler for CFR capture event (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register DBR event handler for CFR data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- MAINTAINERS: add RELAY entry (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register relayfs entries for CFR dump (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add support unassociated client CFR (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Register debugfs for CFR configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Add initialization and deinitialization sequence for CFR module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: do WoW offloads only on primary link (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: clean up on error in ath12k_dp_setup() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: remove redundant pci_set_drvdata() call (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: fix comment typo in monitor mode handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: Fix failure to connect to a 6 GHz AP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: add OF dependency to AHB (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: fix kernel-doc warnings in common-debug.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath9k: debug.h: fix kernel-doc bad lines and struct ath_tx_stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: consider RTL8922D in PCI common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: consider RTL8922D in MAC common flow (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: correct page number for CSI response (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: align CUSTID defined by firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: disable EHT protocol by chip capabilities (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: support EHT GI/LTF setting (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add reason codes for disassociation in WoWLAN mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pci: validate sequence number of TX release report (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43213}
- wifi: mac80211: add support for encryption/decryption of (Re)Association frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Check for MLE before appending in Authentication frame (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: allow key installation before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: nl80211: Add support for EPP peer indication (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for key configuration before association (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add feature flag for (re)association frame encryption (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add support for EPPKE Authentication Protocol (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: don't apply HT flags to S1G channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for D-Link VR Air Bridge (DWA-F18) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N) (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set EDCCA configurations for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add an entry to enable MAC function in preinit (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: separate functions of CMAC power and function enable (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: configure DMA_STOP1 by predefined mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: define preload_init for generations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update WP quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: update MPDU quota according to chip DLE definition (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: set quota 13 for PLE SNRPT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: add dle_mem and ple_{min,max}_qt quota for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: remove unnecessary return from rtw89_fwdl_secure_idmem_share_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update coex software control for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: update scoreboard value according to power state for two BT (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: coex: make coex scoreboard as chip info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: remove width argument from ieee80211_parse_bitrates (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211_hwsim: remove NAN by default (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve station iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: improve interface iteration ergonomics (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: include S1G_NO_PRIMARY flag when sending channel (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: unexport ieee80211_get_bssid() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: don't send an unused argument to ieee80211_check_combinations (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: set RACK bit every 4 H2C command for WiFi 6 chips only (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: consider hardware AID for firmware elements (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for punctured for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX time for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for TX AMPDU for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command for association for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add CMAC H2C command to initialize default value for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: add DMAC v3 H2C command for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update query RXDESC v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: update TXWD v3 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mwifiex: Allocate dev name earlier for interface workqueue name (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: Fix use_for flag update on BSS refresh (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: rename function that frees vif (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: brcmfmac: fix/add kernel-doc comments (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: mac80211: Update csa_finalize to use link_id (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: cfg80211: add cfg80211_stop_link() for per-link teardown (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: refine hardware parameters for RFE type 5 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fix potential zero beacon interval in beacon tracking (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2026-43267}
- wifi: rtw89: rfk: update rtw89_fw_h2c_rf_pre_ntfy_mcc format (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change WITH_RFK_PRE_NOTIFY to be a FW feature group (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine mis-ordered entries in FW feature table (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: tweak RFK_PRE_NOTIFY FW feature configuration to align handling (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: introduce helper for disabling FW feature configuration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: fw: change FW feature map to a BITMAP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: pre-handle RF calibration on link when needed (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: add rtw89_fw_h2c_rf_pre_ntfy_mcc for new WiFi 7 firmware (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: rfk: update RFK pre info V2 for RTL8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: enhance connection stability when triggering beacon loss (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: regd: 6 GHz power type marks default when inactive (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8922a: configure FW version for SCAN_OFFLOAD_EXTRA_OP feature (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine TX nulldata judgement when scan with 2 OP channels (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add default quirks as features to chip_info (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: read chip ID for RTL8922D variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: efuse: read hardware version from efuse for WiFi 7 chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: define TX/RX aggregation and MPDU capability per chip (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: abstract DMA check register for RTL8922DE (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: add WOW_CAM update function for 8922D (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: change type of WoWLAN pattern mask to __le32 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: wow: use struct style to fill WOW CAM H2C command (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71234}
- wifi: rtw88: Fix inadvertent sharing of struct ieee80211_supported_band data (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: Use devm_kmemdup() in rtw_set_supported_band() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71273}
- wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71229}
- wifi: rtw88: Increase the RX gain before scanning (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mcc: reset probe counter when receiving beacon (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: setting TBTT AGG number when mac port initialization (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: warn unexpected polling value of XTAL SI (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: refine C2H reg event polling timeout for LPS (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: support SER L0/L1 simulation via halt H2C (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: debug: add ser_counters dbgfs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: L1 skip polling status if FW runs event mode (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: ser: enable error IMR after recovering from L1 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mac: reset power state before switching to power on (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix incorrect link address in management frames (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: mlo: fix missing TX null-data 1 during link switch (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852b: increase beacon loss to 6 seconds (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtlwifi: fix typo 'received' in comment (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: 8852au: add support for TP TX30U Plus (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw89: add WQ_PERCPU to alloc_workqueue users (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode() (Jose Ignacio Tornos Martinez) [RHEL-171410] {CVE-2025-71297}
- wifi: rtw88: fix DTIM period handling when conf->dtim_period is zero (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Merge branch 'ath12k-ng' into ath-next (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Skip DP peer creation for scan vdev (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: move firmware stats request outside of atomic context (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: add the missing RCU lock in ath12k_dp_tx_free_txbuf() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove Wi-Fi 7 header dependencies from common ath12k module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MSDU END TLV processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MU user processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move remaining SIG TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move EHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HE SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HT/VHT SIG processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move TX monitor functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move RX status TLV parsing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move MPDU pop functionality to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor status processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move monitor ring processing to Wi-Fi 7 module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace lock/unlock with guard() (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use dp objects in performance critical paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.ko (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove arch-specific HAL dependencies from common DP (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7 (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the wifi7 header inclusions in common code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ieee80211_ops callback to the arch specific module (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add helper to free DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP specific link stats to DP link peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP device stats to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add callbacks in arch_ops for rx APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add lockdep warn for RCU (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx paths (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Attach and detach ath12k_dp_link_peer to ath12k_dp_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & delete (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add hash table for ath12k_link_sta in ath12k_base (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move DP related functions from peer.c to dp_peer.c file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Drop hal_ prefix from hardware register names (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hal_ops to ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove the unused ring inits in wcn (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Segregate the common and wifi7 specific structures (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Cookie Conversion and RBM related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL REO and Rx buf related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Tx, REO and link idle setup related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE status and set link desc addr APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE desc related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL SRNG shadow config and get ring id APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL CE setup and SRNG related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Use hal handle instead of ab handle (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add direct HAL pointer in ath12k_dp (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_params and regs to hal from hw (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move wbm_rbm_map to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize hal_ops through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Initialize desc_size through hal_init (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng config and hal_ops to hw specific hal files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange PPDU radio stats (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor data path pdev struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Refactor ath12k_vif structure (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific DP interrupt handler (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add framework for hardware specific ieee80211_ops registration (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rearrange DP fields in ath12k_hw_group struct (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Support arch-specific DP device allocation (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Convert ath12k_dp member in ath12k_base to pointer (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Change the API prefixes to ath12k_wifi7 in tx/rx (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove hal_rx_ops and merge into hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Add new infra for the rx path (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx_ops callbacks to hal_ops (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Replace ops with direct calls for rxdma ring mask (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: unify HAL ops naming across chips (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move the hal APIs to hardware specific files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove non-compact TLV support from QCN (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT specific code from dp.c to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Tx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT Rx specific code to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HTT code in dp.h to newly introduced files (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move ath12k_dp_tx and related APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific tx APIs to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific rx tid and related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move arch specific REO functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Separate arch specific part of RX APIs (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move srng processing to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move regular msdu processing functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx error and defrag functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rxdma ring config functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move rx_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_desc.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Rx error related functions to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move HAL Rx wrapper APIs to dp_rx.h (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_rx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx.h file to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hal_tx and hal_rx to wifi7 directory (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL define dependencies from shared AHB code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Remove HAL defines from shared PCI code (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ath12k_* symbols to ath12k_wifi7_* for clarity (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific components (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move hw_init invocation to target-specific probe (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 specific init routines to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure ahb.c into common and Wi-Fi 7 specific modules (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename ahb_hif_ops to reflect generic usage (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Rename hw.c to Wi-Fi 7 specific implementation file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 MHI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Wi-Fi 7 WMI configuration to dedicated file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Move Copy Engine configuration to Wi-Fi 7 specific file (Jose Ignacio Tornos Martinez) [RHEL-171410]
- wifi: ath12k: Restructure PCI code to common and Wi-Fi 7 specific logic (Jose Ignacio Tornos Martinez) [RHEL-171410]
- spinlock: extend guard with spinlock_bh variants (Jose Ignacio Tornos Martinez) [RHEL-171410]
- config: wifi: disable new unsupported configuration options (Jose Ignacio Tornos Martinez) [RHEL-171410]
- perf metrics: Make common stalled metrics conditional on having the event (Trevor Allison) [RHEL-140195]
- perf stat: Fix crash on arm64 (Trevor Allison) [RHEL-140195]
- tools build: Correct link flags for libopenssl (Trevor Allison) [RHEL-140195]
- perf test parse-metric: Ensure aggregate counts appear to have run (Trevor Allison) [RHEL-140195]
- perf/x86: Move event pointer setup earlier in x86_pmu_enable() (Trevor Allison) [RHEL-140195] {CVE-2026-23435}
- perf metricgroup: Fix metricgroup__has_metric_or_groups() (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type use (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Optimize PEBS extended config (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Check PEBS dyn_constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add a check for dynamic constraints (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Add counter group support for arch-PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Setup PEBS data configuration and enable legacy groups (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Update dyn_constraint base on PEBS event precise level (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Process arch-PEBS records or record fragments (Trevor Allison) [RHEL-140195]
- perf record: Make logs more readable for event open failures (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync sound/asound.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/vhost.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync asm/cpufeatures.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/perf_event.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/neighbour.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/kvm.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync linux/if_addr.h with kernel (Trevor Allison) [RHEL-140195]
- tools headers UAPI: sync drm/drm.h with kernel (Trevor Allison) [RHEL-140195]
- perf tools: Add the legacy-cache.json to .gitignore (Trevor Allison) [RHEL-140195]
- Revert "perf tool_pmu: More accurately set the cpus for tool events" (Trevor Allison) [RHEL-140195]
- perf jevents: Handle deleted JSONS in out of source builds (Trevor Allison) [RHEL-140195]
- perf metricgroup: Don't early exit if no CPUID table exists (Trevor Allison) [RHEL-140195]
- perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Fix missed map__put() (Trevor Allison) [RHEL-140195]
- perf test: Fix test perf evlist for z/VM s390x (Trevor Allison) [RHEL-140195]
- perf test: Fix test case perf evlist tests for s390x (Trevor Allison) [RHEL-140195]
- perf parse-events: Fix evsel allocation failure (Trevor Allison) [RHEL-140195]
- tools build: Fix the common set of features test wrt libopenssl (Trevor Allison) [RHEL-140195]
- perf tests top: Make the test exclusive (Trevor Allison) [RHEL-140195]
- perf tests kvm: Avoid leaving perf.data.guest file around (Trevor Allison) [RHEL-140195]
- perf symbol: Fix ENOENT case for filename__read_build_id (Trevor Allison) [RHEL-140195]
- perf tools: Disable BPF skeleton if no libopenssl found (Trevor Allison) [RHEL-140195]
- tools/build: Add a feature test for libopenssl (Trevor Allison) [RHEL-140195]
- libperf: Use 'extern' in LIBPERF_API visibility macro (Trevor Allison) [RHEL-140195]
- perf stat: Improve handling of termination by signal (Trevor Allison) [RHEL-140195]
- perf tests stat: Add test for error for an offline CPU (Trevor Allison) [RHEL-140195]
- perf test kvm: Add some basic perf kvm test coverage (Trevor Allison) [RHEL-140195]
- perf tests evlist: Add basic evlist test (Trevor Allison) [RHEL-140195]
- perf tests script dlfilter: Add a dlfilter test (Trevor Allison) [RHEL-140195]
- perf tests kallsyms: Add basic kallsyms test (Trevor Allison) [RHEL-140195]
- perf tests timechart: Add a perf timechart test (Trevor Allison) [RHEL-140195]
- perf tests top: Add basic perf top coverage test (Trevor Allison) [RHEL-140195]
- perf tests c2c: Add a basic c2c (Trevor Allison) [RHEL-140195]
- perf c2c: Clean up some defensive gets and make asan clean (Trevor Allison) [RHEL-140195]
- perf timechart: Add record support for output perf.data path (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update sierraforest events from 1.12 to 1.13 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update pantherlake events from 1.00 to 1.02 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update meteorlake events from 1.17 to 1.18 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update lunarlake events from 1.18 to 1.19 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update icelakex events from 1.28 to 1.30 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update graniterapids events from 1.15 to 1.16 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update cascadelakex metric units (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update arrowlake events from 1.13 to 1.14 (Trevor Allison) [RHEL-140195]
- perf vendor events intel: Update alderlake events from 1.34 to 1.35 (Trevor Allison) [RHEL-140195]
- perf arm_spe: Add CPU variants supporting common data source packet (Trevor Allison) [RHEL-140195]
- perf auxtrace: Include sys/types.h for pid_t (Trevor Allison) [RHEL-140195]
- perf test: Add kallsyms split test (Trevor Allison) [RHEL-140195]
- perf tools: Use machine->root_dir to find /proc/kallsyms (Trevor Allison) [RHEL-140195]
- perf tools: Fallback to initial kernel map properly (Trevor Allison) [RHEL-140195]
- perf jevents: Skip optional metrics in metric group list (Trevor Allison) [RHEL-140195]
- perf jevents: Drop duplicate pending metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Move json encoding to its own functions (Trevor Allison) [RHEL-140195]
- perf jevents: Add threshold expressions to Metric (Trevor Allison) [RHEL-140195]
- perf jevents: Term list fix in event parsing (Trevor Allison) [RHEL-140195]
- perf jevents: Support parsing negative exponents (Trevor Allison) [RHEL-140195]
- perf jevents: Allow metric groups not to be named (Trevor Allison) [RHEL-140195]
- perf jevents: Add descriptions to metricgroup abstraction (Trevor Allison) [RHEL-140195]
- perf jevents: Update metric constraint support (Trevor Allison) [RHEL-140195]
- perf jevents: Allow multiple metricgroups.json files (Trevor Allison) [RHEL-140195]
- perf ilist: Be tolerant of reading a metric on the wrong CPU (Trevor Allison) [RHEL-140195]
- perf python: Correct copying of metric_leader in an evsel (Trevor Allison) [RHEL-140195]
- perf test: Add python JIT dump test (Trevor Allison) [RHEL-140195]
- perf test: Fix hybrid testing of event fallback test (Trevor Allison) [RHEL-140195]
- perf tools: Remove a trailing newline in the event terms (Trevor Allison) [RHEL-140195]
- perf trace: Skip internal syscall arguments (Trevor Allison) [RHEL-140195]
- perf tools: Don't read build-ids from non-regular files (Trevor Allison) [RHEL-140195]
- perf vendor events riscv: add T-HEAD C920V2 JSON support (Trevor Allison) [RHEL-140195]
- perf pmu: fix duplicate conditional statement (Trevor Allison) [RHEL-140195]
- perf docs: arm-spe: Document new SPE filtering features (Trevor Allison) [RHEL-140195]
- perf tools: Add support for perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf: replace strcpy() with strncpy() in util/jitdump.c (Trevor Allison) [RHEL-140195]
- perf list: Support filtering in JSON output (Trevor Allison) [RHEL-140195]
- perf list: Share print state with JSON output (Trevor Allison) [RHEL-140195]
- perf list: Print matching PMU events for --unit (Trevor Allison) [RHEL-140195]
- perf test all metrics: Fully ignore Default metric failures (Trevor Allison) [RHEL-140195]
- perf evsel: Skip store_evsel_ids for non-perf-event PMUs (Trevor Allison) [RHEL-140195]
- perf pmu: Add PMU kind to simplify differentiating (Trevor Allison) [RHEL-140195]
- perf header: Switch "cpu" for find_core_pmu in caps feature writing (Trevor Allison) [RHEL-140195]
- perf test maps: Additional maps__fixup_overlap_and_insert tests (Trevor Allison) [RHEL-140195]
- perf maps: Avoid RC_CHK use after free (Trevor Allison) [RHEL-140195]
- perf stat: Read tool events last (Trevor Allison) [RHEL-140195]
- perf arm_spe: Synthesize memory samples for SIMD operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Expose SIMD information in other operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report GCS in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report memset and memcpy in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report associated info for SVE / SME operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report extended memory operations in records (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report MTE allocation tag in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Report register access in record (Trevor Allison) [RHEL-140195]
- perf arm_spe: Introduce data processing macro for SVE operations (Trevor Allison) [RHEL-140195]
- perf arm_spe: Consolidate operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Remove unused operation types (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode SME data processing packet (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode ASE and FP fields in other operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macro (Trevor Allison) [RHEL-140195]
- perf arm_spe: Decode GCS operation (Trevor Allison) [RHEL-140195]
- perf arm_spe: Unify operation naming (Trevor Allison) [RHEL-140195]
- perf tool_pmu: More accurately set the cpus for tool events (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of walltime_nsecs_stats (Trevor Allison) [RHEL-140195]
- perf stat: Reduce scope of ru_stats (Trevor Allison) [RHEL-140195]
- perf stat-shadow: Read tool events directly (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Use old_count when computing count values for time events (Trevor Allison) [RHEL-140195]
- perf pmu: perf_cpu_map__new_int to avoid parsing a string (Trevor Allison) [RHEL-140195]
- libperf cpumap: Reduce allocations and sorting in intersect (Trevor Allison) [RHEL-140195]
- perf stat: Display metric-only for 0 counters (Trevor Allison) [RHEL-140195]
- perf test: Don't fail if user rdpmc returns 0 when disabled (Trevor Allison) [RHEL-140195]
- perf parse-events: Add debug logging to perf_event (Trevor Allison) [RHEL-140195]
- perf test: Be tolerant of missing json metric none value (Trevor Allison) [RHEL-140195]
- perf sample: Fix the wrong format specifier (Trevor Allison) [RHEL-140195]
- perf script: Fix build by removing unused evsel_script() (Trevor Allison) [RHEL-140195]
- perf vendor metrics s390: Avoid has_event(INSTRUCTIONS) (Trevor Allison) [RHEL-140195]
- perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependencies (Trevor Allison) [RHEL-140195]
- tool build: Remove __get_cpuid feature test (Trevor Allison) [RHEL-140195]
- perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid (Trevor Allison) [RHEL-140195]
- perf intel-pt: Use the perf provided "cpuid.h" (Trevor Allison) [RHEL-140195]
- perf test: Add a perf event fallback test (Trevor Allison) [RHEL-140195]
- perf stat: Align metric output without events (Trevor Allison) [RHEL-140195]
- perf tool_pmu: Make core_wide and target_cpu json events (Trevor Allison) [RHEL-140195]
- perf test stat csv: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update test expectations and events (Trevor Allison) [RHEL-140195]
- perf test stat: Update shadow test to use metrics (Trevor Allison) [RHEL-140195]
- perf test metrics: Update all metrics for possibly failing default metrics (Trevor Allison) [RHEL-140195]
- perf test stat: Update std_output testing metric expectations (Trevor Allison) [RHEL-140195]
- perf test stat: Ignore failures in Default[234] metricgroups (Trevor Allison) [RHEL-140195]
- perf test stat+json: Improve metric-only testing (Trevor Allison) [RHEL-140195]
- perf stat: Remove "unit" workarounds for metric-only (Trevor Allison) [RHEL-140195]
- perf stat: Sort default events/metrics (Trevor Allison) [RHEL-140195]
- perf stat: Fix default metricgroup display on hybrid (Trevor Allison) [RHEL-140195]
- perf stat: Remove hard coded shadow metrics (Trevor Allison) [RHEL-140195]
- perf script: Change metric format to use json metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add detail -d,-dd,-ddd metrics (Trevor Allison) [RHEL-140195]
- perf jevents: Add metric DefaultShowEvents (Trevor Allison) [RHEL-140195]
- perf jevents: Add set of common metrics based on default ones (Trevor Allison) [RHEL-140195]
- perf expr: Add #target_cpu literal (Trevor Allison) [RHEL-140195]
- perf metricgroup: Add care to picking the evsel for displaying a metric (Trevor Allison) [RHEL-140195]
- perf symbol: Remove unneeded semicolon (Trevor Allison) [RHEL-140195]
- perf test: Add test that command line period overrides sysfs/json values (Trevor Allison) [RHEL-140195]
- perf pmu: Make pmu_alias_terms weak again (Trevor Allison) [RHEL-140195]
- perf tool: Add a delegate_tool that just delegates actions to another tool (Trevor Allison) [RHEL-140195]
- perf tool: Add the perf_tool argument to all callbacks (Trevor Allison) [RHEL-140195]
- perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics (Trevor Allison) [RHEL-140195]
- perf stat: Add ScaleUnit to {cpu,task}-clock JSON description (Trevor Allison) [RHEL-140195]
- perf record: Make sure to update build-ID cache (Trevor Allison) [RHEL-140195]
- perf jevents: Make all tables static (Trevor Allison) [RHEL-140195]
- perf metricgroup: When copy metrics copy default information (Trevor Allison) [RHEL-140195]
- perf metricgroup: Missed free on error path (Trevor Allison) [RHEL-140195]
- perf evsel: Remove unused metric_events variable (Trevor Allison) [RHEL-140195]
- perf tools: Cache counter names for raw samples on s390 (Trevor Allison) [RHEL-140195]
- perf trace: Increase syscall handler map size to 1024 (Trevor Allison) [RHEL-140195]
- perf test workload: Add thread count argument to thloop (Trevor Allison) [RHEL-140195]
- perf auxtrace: Add auxtrace_synth_id_range_start() helper (Trevor Allison) [RHEL-140195]
- perf stat: Add/fix bperf cgroup max events workarounds (Trevor Allison) [RHEL-140195]
- perf cs-etm: Mute enumeration value warning (Trevor Allison) [RHEL-140195]
- tools: arm64: Add Cortex-A720AE definitions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix Clang build by adding block in switch case (Trevor Allison) [RHEL-140195]
- perf annotate: Invalidate register states for untracked instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Save pointer offset in stack state (Trevor Allison) [RHEL-140195]
- perf annotate: Track arithmetic instructions on pointers (Trevor Allison) [RHEL-140195]
- perf annotate: Track address registers via TSR_KIND_POINTER (Trevor Allison) [RHEL-140195]
- perf annotate: Skip annotating data types to lea instructions (Trevor Allison) [RHEL-140195]
- perf annotate: Fix build with NO_SLANG=1 (Trevor Allison) [RHEL-140195]
- perf jevents: Suppress circular dependency warnings (Trevor Allison) [RHEL-140195]
- perf jevents: Remove unused makefile variable (Trevor Allison) [RHEL-140195]
- perf jevents: Fix build when there are other json files in the tree (Trevor Allison) [RHEL-140195]
- perf c2c annotate: Start from the contention line (Trevor Allison) [RHEL-140195]
- perf c2c: Add annotation support to perf c2c report (Trevor Allison) [RHEL-140195]
- perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024 (Trevor Allison) [RHEL-140195]
- perf ilist: Add PMU information to metrics (Trevor Allison) [RHEL-140195]
- perf python: Add PMU argument to parse_metrics (Trevor Allison) [RHEL-140195]
- perf ilist: Don't display deprecated events (Trevor Allison) [RHEL-140195]
- perf trace: Don't synthesize mmaps unless callchains are enabled (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evsel test helper (Trevor Allison) [RHEL-140195]
- perf test parse-events: Add evlist test helper (Trevor Allison) [RHEL-140195]
- perf test: Clean up test_..config helpers (Trevor Allison) [RHEL-140195]
- perf test: Switch cycles event to cpu-cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Remove cpu PMU requirement (Trevor Allison) [RHEL-140195]
- perf test parse-events: Without a PMU use cpu-cycles rather than cycles (Trevor Allison) [RHEL-140195]
- perf test parse-events: Use evsel__match for legacy events (Trevor Allison) [RHEL-140195]
- perf evsel: Improvements to __evsel__match (Trevor Allison) [RHEL-140195]
- perf evlist: Avoid scanning all PMUs for evlist__new_default (Trevor Allison) [RHEL-140195]
- perf top: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf record: Use evlist__new_default when no events specified (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove hard coded legacy hardware and cache parsing (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_symbol_events (Trevor Allison) [RHEL-140195]
- perf print-events: Remove print_hwcache_events (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy-hardware and legacy-cache json (Trevor Allison) [RHEL-140195]
- perf pmu: Add and use legacy_terms in alias information (Trevor Allison) [RHEL-140195]
- perf jevents: Add legacy json terms and default_core event table helper (Trevor Allison) [RHEL-140195]
- perf parse-events: Add terms for legacy hardware and cache config values (Trevor Allison) [RHEL-140195]
- perf pmu: Factor term parsing into a perf_event_attr into a helper (Trevor Allison) [RHEL-140195]
- perf pmu: Use fd rather than FILE from new_alias (Trevor Allison) [RHEL-140195]
- perf parse-events: Remove unused FILE input argument to scanner (Trevor Allison) [RHEL-140195]
- perf pmu: Don't eagerly parse event terms (Trevor Allison) [RHEL-140195]
- perf jevents: Support copying the source json files to OUTPUT (Trevor Allison) [RHEL-140195]
- perf record: Skip don't fail for events that don't open (Trevor Allison) [RHEL-140195]
- perf stat: Avoid wildcarding PMUs for default events (Trevor Allison) [RHEL-140195]
- perf perf_api_probe: Avoid scanning all PMUs, try software PMU first (Trevor Allison) [RHEL-140195]
- perf build python: Don't leave a.out file when building with clang (Trevor Allison) [RHEL-140195]
- perf stat: Additional verbose details for <not supported> events (Trevor Allison) [RHEL-140195]
- perf tests: use strdup() in "Object code reading" (Trevor Allison) [RHEL-140195]
- perf: sched: Fix perf crash with new is_user_task() helper (Trevor Allison) [RHEL-140195] {CVE-2026-23159}
- perf/x86/intel: Do not enable BTS for guests (Trevor Allison) [RHEL-140195]
- perf: Fix refcount warning on event->mmap_count increment (Trevor Allison) [RHEL-140195] {CVE-2026-23127}
- perf: Ensure swevent hrtimer is properly destroyed (Trevor Allison) [RHEL-140195] {CVE-2026-23014}
- perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common() (Trevor Allison) [RHEL-140195]
- perf/core: Fix missing read event generation on task exit (Trevor Allison) [RHEL-140195]
- perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error (Trevor Allison) [RHEL-140195]
- perf/uprobes: Remove <space><Tab> whitespace noise (Trevor Allison) [RHEL-140195]
- perf: arm_spe: Add support for filtering on data source (Trevor Allison) [RHEL-140195]
- perf: Add perf_event_attr::config4 (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS group processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel/ds: Factor out PEBS record processing code to functions (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Initialize architectural PEBS (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Correct large PEBS flag check (Trevor Allison) [RHEL-140195]
- perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call (Trevor Allison) [RHEL-140195]
- perf/x86: Fix NULL event access and potential PEBS record loss (Trevor Allison) [RHEL-140195] {CVE-2025-68375}
- perf/x86: Remove redundant is_x86_event() prototype (Trevor Allison) [RHEL-140195]
- perf/x86/intel/cstate: Remove PC3 support from LunarLake (Trevor Allison) [RHEL-140195]
* Tue Jul 07 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-247.el10]
- smb/client: fix out-of-bounds read in smb2_compound_op() (Paulo Alcantara) [RHEL-180047] {CVE-2026-46155}
- smb: client: fix off-by-8 bounds check in check_wsl_eas() (Paulo Alcantara) [RHEL-180047]

View File

@ -1,5 +1,5 @@
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
SHA512 (linux-6.12.0-247.el10.tar.xz) = 3e9d8cb5ef0e1a1cb3bf26ef2f888421a09ebe2b00f937613362797d320e9dc8ecc4ac05fcb0cf1f6227c1372f9f34f21394f79fa0eb55d0b92624396eaf878b
SHA512 (kernel-abi-stablelists-6.12.0-247.el10.tar.xz) = 1f8393dd3dbe8e6775569c8b36c2c0afd29ce0383f6b4e133fef3f14dda43d3e735ce3a8d70d747e05b7729ac9f1c25a6c7132e29ea14284b6a96050d9410932
SHA512 (kernel-kabi-dw-6.12.0-247.el10.tar.xz) = 92889a9a866c94dd06e46c3ca9e36ae1b7b73d44622c5cad324a6099898c8c02f110f3565d21f9db1ef4671807fee84c3119569f309193c11c242aee206cb42c
SHA512 (linux-6.12.0-248.el10.tar.xz) = c928c065a9ed4d3ce58184856191c109fcd585dc5621e37132ff93f74e500bbb2f9927d7f3cb3478fb70eb597b0f78a8783855302d9541c52ec33c431a0bd2ea
SHA512 (kernel-abi-stablelists-6.12.0-248.el10.tar.xz) = a36dda09567f93d03a8d54da63a691001ab8870cee385eb3d35cfee425d7f1b8f078008d262170613cbc0180d24010e1048763b88f2776ab5b9dd2a84eaf78e2
SHA512 (kernel-kabi-dw-6.12.0-248.el10.tar.xz) = 12e7ded6b24e2e3da721661aae663d758f9b3f35d3a8471c13f0cc5b24603026afb77d591f7073737a0de9745e14e707cb55d4b9963105ac78a4bfde6921a83d