Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661005

[PATCH 3/9] config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE

From Amit Pundir <amit.pundir@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 3/9] config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE
Date 2017-06-08 12:00 +0200
Message-ID <tQ2op-2Ex-5@gated-at.bofh.it> (permalink)
References <tQ2op-2Ex-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Max Shi <meixuanshi@google.com>

Turn off the two kernel configs to disable related system ABI.

Reviewed-at: https://android-review.googlesource.com/#/c/264976/

Signed-off-by: Max Shi <meixuanshi@google.com>
[AmitP: cherry-picked this change from Android common kernel]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
---
 kernel/configs/android-base.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config
index 26a06e09a5bd..efe5ff86767e 100644
--- a/kernel/configs/android-base.config
+++ b/kernel/configs/android-base.config
@@ -1,10 +1,12 @@
 #  KEEP ALPHABETICALLY SORTED
 # CONFIG_DEVKMEM is not set
 # CONFIG_DEVMEM is not set
+# CONFIG_FHANDLE is not set
 # CONFIG_INET_LRO is not set
 # CONFIG_MODULES is not set
 # CONFIG_OABI_COMPAT is not set
 # CONFIG_SYSVIPC is not set
+# CONFIG_USELIB is not set
 CONFIG_ANDROID=y
 CONFIG_ANDROID_BINDER_IPC=y
 CONFIG_ANDROID_LOW_MEMORY_KILLER=y
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 3/9] config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE Amit Pundir <amit.pundir@linaro.org> - 2017-06-08 12:00 +0200

csiph-web