[kvalo-ath:ath12k-bringup] BUILD SUCCESS a680596fef110a63d01d5b09d7cc44cdd7f6e872

2022-08-01 Thread kernel test robot
been built successfully. More configs may be tested in the coming days. gcc tested configs: um i386_defconfig um x86_64_defconfig i386defconfig arc randconfig-r043-20220801 s390

[kvalo-ath:master-pending] BUILD SUCCESS 4e9aaf6337ce7b4be340c9a0439c7171a938e155

2022-08-01 Thread kernel test robot
allyesconfig s390 randconfig-r044-20220731 x86_64 randconfig-a014-20220801 sh allmodconfig i386 randconfig-a012-20220801 i386 randconfig-a013-20220801 i386 randconfig-a011-20220801

[kvalo-ath:pending] BUILD SUCCESS 43504fb867664d0e01b45a71e51404a3312df9b3

2022-08-01 Thread kernel test robot
allyesconfig arc allyesconfig x86_64randconfig-a002 x86_64randconfig-a011 i386 randconfig-a012-20220801 sh allmodconfig powerpc allmodconfig i386

[PATCH v2] wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()

2022-08-01 Thread Wen Gong
When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdev_id and address, it has only one struct ath10k_peer, it is allocated in ath10k_peer_map_event(). When connected to an AP, it has more than one HTT_T2H_MSG_TYPE_PEER_MAP

[PATCH] wifi:ath10k: Set tx credit to one for WCN3990 snoc based devices

2022-08-01 Thread Youghandhar Chintala
Currently host can send two WMI commands at once.There is possibility to cause SMMU issues or corruption, if host wants to initiate 2 DMA transfers, it is possible when copy complete interrupt for first DMA reaches host, CE has already updated SRRI (Source ring read index) for both DMA transfers

[PATCH] ath10k: add peer map clean up for peer delete in ath10k_sta_state()

2022-08-01 Thread Wen Gong
When peer delete failed in a disconnect operation, use-after-free detected by KFENCE in below log. It is because for each vdev_id and address, it has only one struct ath10k_peer, it is allocated in ath10k_peer_map_event(). When connected to an AP, it has more than one HTT_T2H_MSG_TYPE_PEER_MAP