diff options
author | jli119X <jianpingx.li@intel.com> | 2012-03-27 08:52:17 +0800 |
---|---|---|
committer | buildbot <buildbot@intel.com> | 2012-03-30 13:30:23 -0700 |
commit | 185d2bf35332ff65cad014a9aa14f1b5b8f142cc (patch) | |
tree | 6e5ee64e23de527146d9043a3344f8df77246fb3 | |
parent | c589c4b50ffe1965eaf99869275de5b0581e5f91 (diff) | |
download | kernel-mfld-blackbay-185d2bf35332ff65cad014a9aa14f1b5b8f142cc.tar.gz kernel-mfld-blackbay-185d2bf35332ff65cad014a9aa14f1b5b8f142cc.tar.bz2 kernel-mfld-blackbay-185d2bf35332ff65cad014a9aa14f1b5b8f142cc.zip |
CTS failure: android.net.cts.TrafficStatsTest#testTrafficStatsForLocalhost
BZ: 22053
Root cause: We should turn on the ONFIG_UID_STAT switch in arch/x86/configs/i386_mfld_defconfig
to get the specified process's traffic state.
Change-Id: I87bf3e4edc062c2669418b5850ac7da7dcc328c4
Signed-off-by: jli119X <jianpingx.li@intel.com>
Reviewed-on: http://android.intel.com:8080/40768
Reviewed-by: Monroy, German <german.monroy@intel.com>
Reviewed-by: Yang, Fei <fei.yang@intel.com>
Reviewed-by: Wood, Brian J <brian.j.wood@intel.com>
Reviewed-by: Zhang, Hongyu <hongyu.zhang@intel.com>
Reviewed-by: Li, XiaojingX <xiaojingx.li@intel.com>
Tested-by: Li, XiaojingX <xiaojingx.li@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
-rw-r--r-- | arch/x86/configs/i386_mfld_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/i386_mfld_defconfig b/arch/x86/configs/i386_mfld_defconfig index 1c3d2e004fe..1ead4637f39 100644 --- a/arch/x86/configs/i386_mfld_defconfig +++ b/arch/x86/configs/i386_mfld_defconfig @@ -921,7 +921,7 @@ CONFIG_INTEL_MID_PTI=y # CONFIG_SENSORS_AK8975 is not set # CONFIG_DS1682 is not set # CONFIG_TI_DAC7512 is not set -# CONFIG_UID_STAT is not set +CONFIG_UID_STAT=y # CONFIG_VMWARE_BALLOON is not set # CONFIG_BMP085 is not set # CONFIG_PCH_PHUB is not set |