diff options
| author | Bruce Levy <blevy@codeaurora.org> | 2017-04-07 02:03:41 +0000 |
|---|---|---|
| committer | Arvin Quilao <arquilao@gmail.com> | 2017-04-07 02:04:41 +0000 |
| commit | 560417955a685b8a78d214b281adb413c74e8865 (patch) | |
| tree | e9870e583ed52963924b16d731cf3481c7644667 | |
| parent | 645a5637c62429308f28f324029c4f1e5fa2436e (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/lineageos_seed_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/lineageos_seed_defconfig b/arch/arm/configs/lineageos_seed_defconfig index 552d55e1374..95f46c5c4e4 100644 --- a/arch/arm/configs/lineageos_seed_defconfig +++ b/arch/arm/configs/lineageos_seed_defconfig @@ -65,7 +65,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_LOCALVERSION="-lineageos" CONFIG_LOCALVERSION_AUTO=y |
