瀏覽代碼

qcacld-3.0: Enable feature flag PKTLOG_HAS_SPECIFIC_DATA

In ath_pktlog_hdr, uint32_t type_specific_data member is
required for the framework while parsing with structure
type wh_pktlog_hdr_v2_t and without this member leads to
crash in userspace.

wifi hal expects "status" variable which is inside struct
packet_dump to be of "tx_pkt_fate" enum and any value
other than this will cause a tombstone crash.

As sizeof (struct ath_pktlog_hdr) is different in driver
and wifi hal, if PKTLOG_HAS_SPECIFIC_DATA is not enabled
then "status" is not decoded at correct offset which
causes the crash

So, feature flag PKTLOG_HAS_SPECIFIC_DATA is made available
globally to avoid crashes in userspace.

Change-Id: Ie6aca4bbcb5795595945cc4470162ab32c9c6734
CRs-Fixed: 3241071
Vinod Kumar Myadam 2 年之前
父節點
當前提交
618d070651
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      configs/default_defconfig

+ 1 - 0
configs/default_defconfig

@@ -1355,6 +1355,7 @@ CONFIG_WLAN_LOGGING_SOCK_SVC := y
 endif
 
 CONFIG_CONNECTIVITY_PKTLOG := y
+CONFIG_PKTLOG_HAS_SPECIFIC_DATA := y
 
 ifneq ($(TARGET_BUILD_VARIANT),user)
 CONFIG_DESC_DUP_DETECT_DEBUG := y