summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-01 13:19:17 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-01 13:19:17 +0100
commit7b83eebf43cbd58ac3f29fca84219c5e9d3527bf (patch)
treefe40eb5e88afc687dd63431a69a2719f45f4bb76 /AUTHORS
parent16962a5a009ce73b0c77248fa003b5ca712b1acc (diff)
build: configure: clearify missing defs warning
Missing definitions don't necessarily mean that certain tools won't be built. There might just be reduced functionality (e.g. geoip missing means still all tools will be compiled but they don't perform geoip lookups). Clearify the configure warning accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
ut of cgroup_mkdir()") incorrectly onlined subsystems before the new cgroup is associated with it kernfs_node. This is fine for cgroup proper but cgroup_name/path() depend on the associated kernfs_node and if a subsystem makes the new cgroup_subsys_state visible, which they're allowed to after onlining, it can lead to NULL dereference. The current code performs cgroup creation and subsystem onlining in cgroup_create() and cgroup_mkdir() makes the cgroup and subsystems visible afterwards. There's no reason to online the subsystems early and we can simply drop cgroup_apply_control_enable() call from cgroup_create() so that the subsystems are onlined and made visible at the same time. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") Cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'net/xfrm/xfrm_output.c')