Re: [PATCH] cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig

2017-01-11 Thread David Miller
From: Arnd Bergmann Date: Tue, 10 Jan 2017 13:08:06 +0100 > 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

[PATCH] cgroup: move CONFIG_SOCK_CGROUP_DATA to init/Kconfig

2017-01-10 Thread Arnd Bergmann
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 remo