[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1496915712-14176-9-git-send-email-amit.pundir@linaro.org>
Date: Thu, 8 Jun 2017 15:25:11 +0530
From: Amit Pundir <amit.pundir@...aro.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Rob Herring <robh@...nel.org>,
Greg KH <gregkh@...uxfoundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
Android Kernel Team <kernel-team@...roid.com>,
Chenbo Feng <fengc@...gle.com>
Subject: [PATCH 8/9] config: android-base: add CGROUP_BPF
From: Chenbo Feng <fengc@...gle.com>
Add CONFIG_CGROUP_BPF as a default configuration in android base config
since it is used to replace XT_QTAGUID in future.
Reviewed-at: https://android-review.googlesource.com/#/c/400374/
Signed-off-by: Chenbo Feng <fengc@...gle.com>
[AmitP: cherry-picked this change from Android common kernel]
Signed-off-by: Amit Pundir <amit.pundir@...aro.org>
---
kernel/configs/android-base.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config
index 5ecedaaf7c2e..01b186c5ef18 100644
--- a/kernel/configs/android-base.config
+++ b/kernel/configs/android-base.config
@@ -14,6 +14,7 @@ CONFIG_ASHMEM=y
CONFIG_AUDIT=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_CGROUPS=y
+CONFIG_CGROUP_BPF=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
--
2.7.4
Powered by blists - more mailing lists