Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661005 > unrolled thread
| Started by | Amit Pundir <amit.pundir@linaro.org> |
|---|---|
| First post | 2017-06-08 12:00 +0200 |
| Last post | 2017-06-08 12:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 3/9] config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE Amit Pundir <amit.pundir@linaro.org> - 2017-06-08 12:00 +0200
| From | Amit Pundir <amit.pundir@linaro.org> |
|---|---|
| Date | 2017-06-08 12:00 +0200 |
| Subject | [PATCH 3/9] config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLE |
| Message-ID | <tQ2op-2Ex-5@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web