messages from 2026-09-11 22:13:17 to 2026-09-15 08:28:12 UTC [more...]
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 8:18 UTC (29+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()
[PATCH v2 net-next] dt-bindings: net: Use consistent indentation in the example
2026-09-15 8:11 UTC (3+ messages)
[PATCH ath-current] wifi: ath12k: Fix failure to create ath12k_dp_peer on MLO reconnect
2026-09-15 8:00 UTC
[PATCH v4 00/12] ath1{1,2}k: support multiple PCI devices in one system
2026-09-15 7:41 UTC (13+ messages)
` [PATCH v4 01/12] net: qrtr: support getting new endpoint ids externally
` [PATCH v4 02/12] bus: mhi: allow mhi to know about its qrtr endpoint id and free it
` [PATCH v4 03/12] net: qrtr: mhi: register new qrtr endpoint id for mhi
` [PATCH v4 04/12] soc: qcom: qmi_helpers: add QRTR endpoint ID to qmi_handle
` [PATCH v4 05/12] soc: qcom: qmi_helpers: optionally bind to QRTR endpoint ID in qmi_sock_create
` [PATCH v4 06/12] wifi: ath11k: add QRTR endpoint ID hif feature
` [PATCH v4 07/12] wifi: ath11k: stub QRTR endpoint ID fetching
` [PATCH v4 08/12] wifi: ath11k: implement QRTR endpoint ID fetching for PCI
` [PATCH v4 09/12] wifi: ath11k: bind to QRTR endpoint ID in ath11k_qmi_init_service
` [PATCH v4 10/12] wifi: ath12k: add QRTR endpoint ID hif feature
` [PATCH v4 11/12] wifi: ath12k: implement QRTR endpoint ID fetching for PCI
` [PATCH v4 12/12] wifi: ath12k: bind to QRTR endpoint ID in ath12k_qmi_init_service
[PATCH v7 00/15] QRTR Multi-endpoint support
2026-09-15 7:11 UTC (17+ messages)
` [PATCH v7 01/15] net: qrtr: ns: validate msglen before ctrl_pkt use
` [PATCH v7 02/15] net: qrtr: allocate and track endpoint ids
` [PATCH v7 03/15] net: qrtr: fit node ID + port number combination into unsigned long
` [PATCH v7 04/15] net: qrtr: use only low 16 bits of node/port in 32-bit systems
` [PATCH v7 05/15] net: qrtr: support identical node ids
` [PATCH v7 06/15] net: qrtr: Report sender endpoint in aux data
` [PATCH v7 07/15] net: qrtr: Report endpoint for locally generated messages
` [PATCH v7 08/15] net: qrtr: Allow sendmsg to target an endpoint
` [PATCH v7 09/15] net: qrtr: allow socket endpoint binding
` [PATCH v7 10/15] net: qrtr: Drop remote {NEW|DEL}_LOOKUP messages
` [PATCH v7 11/15] net: qrtr: ns: support multiple endpoints
` [PATCH v7 12/15] net: qrtr: mhi: Report endpoint id in sysfs
` [PATCH v7 13/15] net: qrtr: limit endpoint range to 16 bits on 32-bit machines
` [PATCH v7 14/15] net: qrtr: use nid modulo 65536 in 32-bit lookups
` [PATCH v7 15/15] net: qrtr: solve the 32-bit unsafe use in endpoints
[PATCH v3 ath-current] wifi: ath12k: convert scan timeout to wiphy delayed work
2026-09-15 6:57 UTC (5+ messages)
` [PATCH v4 "
[PATCH ath-next] wifi: ath12k: set STA EHT MU mode before peer assoc
2026-09-15 5:51 UTC
[PATCH wireless-next v2] wifi: mac80211: Report parent AP BSS parameters for AP_VLAN
2026-09-15 5:29 UTC
[BUG] wifi: rtw89: firmware regression on RTL8922AE (0.35.80.3 vs 0.35.42.1)
2026-09-15 4:49 UTC (4+ messages)
` "
[PATCH ath-current v3] wifi: ath11k: reset ar->num_stations on hardware start
2026-09-15 2:20 UTC (3+ messages)
[PATCH 7.2 0862/1815] wifi: mt76: mt7921: validate CLC firmware records
2026-09-15 2:03 UTC (4+ messages)
pull-request: ath-current-20260914
2026-09-15 2:00 UTC
[PATCH wireless-next v2] wifi: brcmfmac: Improve D3 substate entering timeout handling
2026-09-15 0:50 UTC
rtw89: WOW_CPUIO_RX_CTRL is never answered on RTL8851B
2026-09-15 0:40 UTC (2+ messages)
[PATCH wireless] wifi: mt76: mt792x: fix NULL dereference in ACPI SAR init during probe
2026-09-14 23:16 UTC (3+ messages)
mt7921e: failure to reset causes network drop
2026-09-14 21:27 UTC (4+ messages)
[PATCH rtw-next v3] wifi: rtw88: usb: Download the reserved page synchronously
2026-09-14 20:18 UTC
[PATCH wireless-next v3] wifi: brcmfmac: log the firmware status when a connect fails
2026-09-14 20:05 UTC (2+ messages)
[PATCH] wifi: brcmfmac: cfg80211: Report port_authorized for 4-way HS offload
2026-09-14 20:04 UTC (2+ messages)
[PATCH v6 4/5] wifi: brcmfmac: report port authorization after offloaded roaming
2026-09-14 20:04 UTC (2+ messages)
[PATCH v6 2/5] wifi: brcmfmac: detect firmware FBT and OKC support
2026-09-14 20:04 UTC (2+ messages)
[PATCH v6 1/5] wifi: nl80211: add fast roam offload extended feature
2026-09-14 20:04 UTC (2+ messages)
[PATCH v6 5/5] wifi: brcmfmac: advertise firmware fast roam offload support
2026-09-14 20:04 UTC (2+ messages)
[PATCH v6 3/5] wifi: brcmfmac: add PMK programming for firmware roaming offload
2026-09-14 20:04 UTC (2+ messages)
[PATCH net-next] wifi: brcmfmac: Improve D3 substate entering timeout handling
2026-09-14 20:04 UTC (2+ messages)
[PATCH] wifi: brcmfmac: allow ISO3166 fallback for BCM4350
2026-09-14 20:03 UTC (2+ messages)
[PATCH] wifi: brcmfmac: Set extsae_pwe parameter to Infineon firmware in SAP mode
2026-09-14 20:03 UTC (2+ messages)
[PATCH] wifi: brcmfmac: bound NVRAM comment parsing
2026-09-14 20:03 UTC (2+ messages)
[PATCH ath-current v3] wifi: ath11k: cleanup arsta in ath11k_mac_peer_cleanup_all()
2026-09-14 18:46 UTC (2+ messages)
[PATCH] wifi: wcn36xx: Fix potential use-after-free in TX ack timer teardown
2026-09-14 18:46 UTC (2+ messages)
[PATCH] wifi: ath12k: ahb: Revert undocumented ABI and dead code
2026-09-14 18:46 UTC (2+ messages)
[PATCH] wifi: brcmsmac: fix UAF in brcms_free_timer()
2026-09-14 18:43 UTC (2+ messages)
[PATCH wireless-next v3] wifi: brcmfmac: Add support for BCM4361 PCIe chipset
2026-09-14 18:42 UTC (2+ messages)
[PATCH] wifi: brcmfmac: schedule bus reset when the device is unresponsive after wake
2026-09-14 18:42 UTC (2+ messages)
[PATCH] wifi: brcmfmac: fix lost 802.1x TX completion wakeup
2026-09-14 18:42 UTC (2+ messages)
AX101 (so-a0-hr-b0, fw 89) — UMAC fatal assert (NMI_INTERRUPT_UMAC_FATAL, PC 0x804a237c) within ~1s of 802.11 association, ~20% of connects
2026-09-14 16:14 UTC
[PATCH net-next] dt-bindings: net: Use consistent indentation in the example
2026-09-14 15:52 UTC (5+ messages)
[PATCH 0/3] wifi: iwlwifi: fix RCU lifetime on setup failures
2026-09-14 14:54 UTC (4+ messages)
` [PATCH 1/3] wifi: iwlwifi: mvm: defer freeing PTK PN state on key failure
` [PATCH 2/3] wifi: iwlwifi: mld: "
` [PATCH 3/3] wifi: iwlwifi: mld: unpublish links before freeing on add failure
[PATCH] nfc: trf7970a: power down on startup RX gain failure
2026-09-14 13:22 UTC (2+ messages)
[PATCH] ath10k: clear QMI if failed during init
2026-09-14 13:05 UTC
[PATCH wireless 0/1] wifi: mac80211: fix fragment length overflow
2026-09-14 12:58 UTC (3+ messages)
` [PATCH wireless 1/1] "
[PATCH v2] wifi: mac80211: don't reconfigure when the last emulated chanctx is removed
2026-09-14 12:56 UTC (2+ messages)
[PATCH v13] PCI: Add device-specific reset for Qualcomm devices
2026-09-14 12:46 UTC (2+ messages)
[PATCH 0/3] firmware: qcom: scm: pass struct qcom_scm through the API
2026-09-14 12:41 UTC (4+ messages)
` [PATCH 1/3] firmware: qcom: scm: pass qcom_scm to internal helpers
` [PATCH 2/3] firmware: qcom: scm: pass qcom_scm through the exported API
` [PATCH 3/3] firmware: qcom: scm: drop the __scm global
[PATCH net repost 1/2] net/sched: codel: bound the dropping loop per dequeue call
2026-09-14 11:36 UTC (6+ messages)
` [PATCH net repost 2/2] selftests/tc-testing: add codel/fq_codel interval boundary cases
[bug report] wifi: nxp: add nxpwifi driver for IW61x
2026-09-14 10:05 UTC
[PATCH net] wifi: ath9k: Fix potential spin_lock() before spin_lock_init()
2026-09-14 9:22 UTC (3+ messages)
[PATCH wireless-next v2] wifi: nxpwifi: validate variable IE lengths in beacon parser
2026-09-14 8:44 UTC (3+ messages)
[PATCH v2] wifi: cfg80211: verify if AP_VLAN belongs to the correct AP
2026-09-14 8:13 UTC
ath12k: QCN9274 WLAN.WBE.1.6 firmware drops pre-auth EAPOL in TX encap-offload mode (WPA 4-way handshake fails in AP mode)
2026-09-14 7:46 UTC (4+ messages)
[PATCH] wifi: mac80211: verify if AP_VLAN belongs to the correct AP
2026-09-14 7:25 UTC (3+ messages)
[PATCH ath-next v2 0/2] wifi: ath11k: fix SoC reboot on firmware crash on AHB
2026-09-14 7:22 UTC (6+ messages)
` [PATCH ath-next v2 2/2] wifi: ath11k: disable interrupts during firmware crash recovery
[REGRESSION] ath12k suspend/resume breakage on 7.3-rc2
2026-09-14 6:22 UTC (4+ messages)
[PATCH] wifi: mt76: mt7921: validate CLC firmware records
2026-09-14 4:39 UTC (4+ messages)
` [PATCH] wifi: mt76: mt7921: skip unknown "
[PATCH v3 0/2] wifi: ath9k: fix the RX filter handling around spectral scans
2026-09-14 2:25 UTC (4+ messages)
` [PATCH v3 1/2] wifi: ath9k: stop a failed register read from opening the RX filter
[PATCH v4 0/2] wifi: mt76: refine USB/SDIO TX path error handling
2026-09-14 2:19 UTC (4+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] wifi: mt76: mt792x: fix UAF in SDIO TX path when out of memory
` [PATCH v5 2/2] wifi: mt76: fix memory leak in USB TX path
[PATCH wireless] wifi: mt76: mt792x: treat 0xff ACPI SAR entries as no limit
2026-09-14 1:46 UTC (3+ messages)
Error in rtw89 using Kernel 7.1.4
2026-09-13 22:16 UTC (18+ messages)
[RFC PATCH 00/15] wifi: SCS and MSCS
2026-09-13 21:19 UTC (4+ messages)
[PATCH wireless v3 0/4] wifi: iwlwifi: recover the BE200 after D3cold removes its power
2026-09-13 21:14 UTC (5+ messages)
` [PATCH wireless v3 1/4] wifi: iwlwifi: pcie: cancel the ME recheck work on probe failure
` [PATCH wireless v3 2/4] wifi: iwlwifi: pcie: don't infer CSME presence from a failed read
` [PATCH wireless v3 3/4] wifi: iwlwifi: pcie: deselect the product reset mode at probe
` [PATCH wireless v3 4/4] wifi: iwlwifi: pcie: recover a device that lost power in D3cold
[PATCH rtw-next v2 0/4] wifi: rtl8xxxu: keep RX requests available across transient errors
2026-09-13 7:33 UTC (5+ messages)
` [PATCH rtw-next v2 1/4] wifi: rtl8xxxu: free RX skb when URB submission fails
` [PATCH rtw-next v2 2/4] wifi: rtl8xxxu: unwind incomplete receive startup
` [PATCH rtw-next v2 3/4] wifi: rtl8xxxu: preserve RX requests across recoverable transfer errors
` [PATCH rtw-next v2 4/4] wifi: rtl8xxxu: test RX ownership and recovery across failures
[PATCH RESEND wireless 0/4] wifi: rtl8xxxu: keep RX requests available across transient errors
2026-09-13 3:05 UTC (7+ messages)
` [PATCH RESEND wireless 1/4] wifi: rtl8xxxu: free RX skb when URB submission fails
` [PATCH RESEND wireless 2/4] wifi: rtl8xxxu: unwind incomplete receive startup
` [PATCH RESEND wireless 3/4] wifi: rtl8xxxu: preserve RX requests across recoverable transfer errors
` [PATCH RESEND wireless 4/4] wifi: rtl8xxxu: test RX ownership and recovery across failures
[PATCH v11 0/7] wifi: rtw88: preparations for RTL8723B/RTL8723BS
2026-09-13 2:53 UTC (11+ messages)
` [PATCH v11 4/7] wifi: rtw88: sdio: zero the padding added to a TX transfer
[PATCH 0/2] wifi: rtw88: 8703b: repair the card-disable transition
2026-09-13 2:49 UTC (5+ messages)
` [PATCH 1/2] wifi: rtw88: 8703b: complete the card-disable to card-emulation transition
` [PATCH 2/2] wifi: rtw88: 8703b: stop the PCIe DMA write reaching SDIO
[PATCH] wifi: rtw88: 8821c: Add HP single-antenna quirk
2026-09-13 2:15 UTC (2+ messages)
[PATCH wireless 0/4] wifi: rtl8xxxu: keep RX requests available across transient errors
2026-09-12 20:30 UTC (5+ messages)
` [PATCH wireless 1/4] wifi: rtl8xxxu: free RX skb when URB submission fails
` [PATCH wireless 2/4] wifi: rtl8xxxu: unwind incomplete receive startup
` [PATCH wireless 3/4] wifi: rtl8xxxu: preserve RX requests across recoverable transfer errors
` [PATCH wireless 4/4] wifi: rtl8xxxu: test RX ownership and recovery across failures
[syzbot] [wireless?] memory leak in ieee80211_mesh_csa_beacon
2026-09-12 20:10 UTC (2+ messages)
[PATCH wireless v2] wifi: wfx: validate MIB read length before copying to caller
2026-09-12 13:47 UTC
[PATCH wireless-next v2] wifi: mm81x: validate response length in mm81x_cmd_resp_process()
2026-09-12 12:50 UTC
[PULL linux-firmware] ath10k, ath11k and ath12k firmware ath-20260909
2026-09-12 12:32 UTC (2+ messages)
[PATCH wireless-next v2] wifi: mm81x: validate packet length in mm81x_yaps_read_pkt()
2026-09-12 11:09 UTC
[bug] Triple whammy of mt7996e bugs on 7.2+
2026-09-12 10:08 UTC (10+ messages)
` "
[syzbot] [wireless?] INFO: task hung in ieee80211_register_hw (8)
2026-09-12 9:57 UTC
[PATCHv2 ath-next] wifi: ath9k: delete channel-context timers on deinit
2026-09-12 8:23 UTC (2+ messages)
[PATCH v3 00/12] ath1{1,2}k: support multiple PCI devices in one system
2026-09-12 7:58 UTC (3+ messages)
[bug report] wifi: nxp: add nxpwifi driver for IW61x
2026-09-12 7:29 UTC
[PATCH] wifi: mac80211: Fix the return value in mesh_path_add() kernel-doc
2026-09-12 7:28 UTC
[PATCH v2] wifi: mac80211: mesh: free pending CSA settings on interface stop
2026-09-12 1:07 UTC (2+ messages)
[PATCH net 1/2] net/sched: codel: bound the dropping loop per dequeue call
2026-09-11 23:18 UTC (5+ messages)
[PATCH] wifi: mac80211: Fix beacon, TXQ and RX OMI kernel-doc references
2026-09-11 22:53 UTC
[PATCH wireless-next v3] wifi: mm81x: validate n_channels in disabled channels response
2026-09-11 22:15 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).