]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig
authorArnd Bergmann <arnd@arndb.de>
Tue, 10 Jan 2017 12:08:06 +0000 (13:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jan 2017 14:47:10 +0000 (09:47 -0500)
commita5effcc653a1584bf17c9d32f5350125c08dea0f
tree4cdca34900357015c050f30992268732c7915119
parent876508f3f37a571b307ba5f26478aad6341a6f0c
cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig

We now 'select SOCK_CGROUP_DATA' but Kconfig complains that this is
not right when CONFIG_NET is disabled and there is no socket interface:

warning: (CGROUP_BPF) selects SOCK_CGROUP_DATA which has unmet direct dependencies (NET)

I don't know what the correct solution for this is, but simply removing
the dependency on NET from SOCK_CGROUP_DATA by moving it out of the
'if NET' section avoids the warning and does not produce other build
errors.

Fixes: f69c545f659c ("cgroup: Fix CGROUP_BPF config")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
init/Kconfig
net/Kconfig