diff options
| author | Bruce Levy <blevy@codeaurora.org> | 2016-01-27 17:37:33 -0800 |
|---|---|---|
| committer | Ariel Yin <ayin@google.com> | 2017-02-14 22:17:20 +0000 |
| commit | 46ce5312623a54f09d30f324062be69e44eb956a (patch) | |
| tree | d66fb986411f0583636fd381a05eaa094de98f1e | |
| parent | 717758791b87f8c0e5b34a1ba2dd7c2e9613d065 (diff) | |
FROMLIST: defconfig: msm: Disable CONFIG_CP_ACCESS64
Disable the cpaccess64 driver.
This driver allows user space access to cpu registers.
With this driver enabled, a CTS test causes the
system to crash.
CRs-Fixed: 968777
Bug: 32068683
Change-Id: I3ebe7220c7ca68a25b781c2e836a735d11dcaf08
Signed-off-by: Bruce Levy <blevy@codeaurora.org>
Signed-off-by: Siqi Lin <siqilin@google.com>
(am from https://source.codeaurora.org/quic/la/kernel/msm-3.18/commit/?h=LA.HB.0.3&id=452d2ad331d20b19e8a0768c4b6e7fe1b65abe8f)
| -rw-r--r-- | arch/arm/configs/msm8916-perf_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/msm8916-perf_defconfig b/arch/arm/configs/msm8916-perf_defconfig index 57b184776b4..15f423ba780 100644 --- a/arch/arm/configs/msm8916-perf_defconfig +++ b/arch/arm/configs/msm8916-perf_defconfig @@ -53,7 +53,6 @@ CONFIG_BALANCE_ANON_FILE_RECLAIM=y CONFIG_PROCESS_RECLAIM=y CONFIG_ZSMALLOC=y CONFIG_SECCOMP=y -CONFIG_CP_ACCESS=y CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE=y CONFIG_AUTO_ZRELADDR=y CONFIG_ARM_DECOMPRESSOR_LIMIT=0x3200000 |
