[linux] 01/02: Enable CGROUP_BPF (except for armel) (Closes: #872560)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 23 17:27:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit e6885f415fa22af0d601db0e5d9bb91e0a596ba2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jan 23 17:15:28 2018 +0000

    Enable CGROUP_BPF (except for armel) (Closes: #872560)
---
 debian/changelog                   | 3 +++
 debian/config/armel/config.marvell | 1 +
 debian/config/config               | 1 +
 3 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6af7f02..dd27933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
   [ Uwe Kleine-König ]
   * [arm64] enable I2C_PXA for espressobin (Closes: #886983)
 
+  [ Ben Hutchings ]
+  * Enable CGROUP_BPF (except for armel) (Closes: #872560)
+
  -- Bastian Blank <waldi at debian.org>  Thu, 18 Jan 2018 09:14:57 +0100
 
 linux (4.15~rc8-1~exp1) experimental; urgency=medium
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index cc83a61..c857675 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -724,6 +724,7 @@ CONFIG_NLS=m
 #. Saves about 7K
 # CONFIG_MEMCG is not set
 # CONFIG_CFS_BANDWIDTH is not set
+# CONFIG_CGROUP_BPF is not set
 ## choice: Compiler optimization level
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 ## end choice
diff --git a/debian/config/config b/debian/config/config
index 5d772ba..3821bc5 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5873,6 +5873,7 @@ CONFIG_PROC_PID_CPUSET=y
 CONFIG_CGROUP_DEVICE=y
 CONFIG_CGROUP_CPUACCT=y
 CONFIG_CGROUP_PERF=y
+CONFIG_CGROUP_BPF=y
 # CONFIG_CGROUP_DEBUG is not set
 CONFIG_NAMESPACES=y
 CONFIG_UTS_NS=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list