问题描述(Issue Description)
[STS Test Step] :
− cd Android-sts/tools
− ./sts-tradefed
− run sts-engbuild –m StsHostTestCases –t android.security.sts.Poc19_04#testPocCVE_2018_11904_16
[STS Version] : STS-8.1_202002
[GMS/GSI Version]: GMS 8.1_20200110_02
[Security Patch]: Update to 2020_02
[Testing Result]:
StsHostTestCases中,android.security.sts.Poc19_04#testPocCVE_2018_11904_16 --failed
问题分析(Analysis)
Fail log:
android.security.sts.Poc19_04#testPocCVE_2018_11904_16 fail:
Java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
Android.security.sts.Poc19_04.testPocCVE_2018_11904_16(Poc19_04.java:19)
From google security site, find the testPocCVE_2018_11904_16 details: https://source.android.com/security/bulletin/2019-04-01,CVE-2018-11904 A-111125111
问题分析(Analysis) https://source.codeaurora.org/qu ... 01f38a70d216960fac0 WLAN: Use request manager for setPktFilter IOCTL
We are transitioning to the new request manager Framework. Change
wlan_hdd_set_filter() and hdd_pkt_filter_done to this framework.
Change-Id: Ie9dd9d45d46dfde009730e679e1eeb2ca0ad4cbd
CRs-Fixed: 2215446
From above, this change is related to QC wifi chipset.