Search Linux Wireless

Re: [PATCH v2] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/21/2021 6:02 PM, Kalle Valo wrote:
Wen Gong <quic_wgong@xxxxxxxxxxx> writes:

Commit b4a0f54156ac ("ath11k: move peer delete after vdev stop of station
for QCA6390 and WCN6855") is to fix firmware crash by changing the WMI
command sequence, but actually skip all the peer delete operation, then
it lead commit 58595c9874c6 ("ath11k: Fixing dangling pointer issue upon
peer delete failure") not take effect, and then happened a use-after-free
warning from KASAN. because the peer->sta is not set to NULL and then used
later.

...
I still see unknown peer warnings during suspend:

[  506.782421] wlan0: authenticate with xx:xx:xx:xx:xx:xx
[  506.845984] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[  506.852199] wlan0: authenticated
[  506.855886] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[  506.862157] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=2)
[  506.887866] wlan0: associated
[  507.603717] igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[  510.610907] PM: suspend entry (deep)
[  510.611871] Filesystems sync: 0.000 seconds
[  510.663217] Freezing user space processes ... (elapsed 0.003 seconds) done.
[  510.668909] OOM killer disabled.
[  510.670619] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  510.674552] printk: Suspending console(s) (use no_console_suspend to debug)
[  510.679606] wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice (Reason: 3=DEAUTH_LEAVING)
[  510.722483] e1000e: EEE TX LPI TIMER: 00000011
[  510.764835] ath11k_pci 0000:06:00.0: peer-unmap-event: unknown peer id 10
[  511.374486] ACPI: EC: interrupt blocked
[  511.440359] ACPI: PM: Preparing to enter system sleep state S3
[  511.473142] ACPI: EC: event blocked

Hi Kalle,

patch v3 which has sent has fixed the warning "ath11k_pci 0000:06:00.0: peer-unmap-event: unknown peer id 10".

...

  		ath11k_mac_dec_num_stations(arvif, sta);
  		spin_lock_bh(&ar->ab->base_lock);
  		peer = ath11k_peer_find(ar->ab, arvif->vdev_id, sta->addr);
  		if (peer && peer->sta == sta) {
-			ath11k_warn(ar->ab, "Found peer entry %pM n vdev %i after it was supposedly removed\n",
-				    vif->addr, arvif->vdev_id);
+			ath11k_dbg(ar->ab, ATH11K_DBG_MAC,
+				   "Found peer entry %pM n vdev %i after it was supposedly removed\n",
+				   vif->addr, arvif->vdev_id);
I'm not sure about changing this warning to a debug message, though I
don't have time to analyse this right now. But what if there's a race
condition somewhere still?
patch v3 which has sent has changed it back to ath11k_warn().



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux