summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2014-04-10docs: be more precise on readme with experimental toolsDaniel Borkmann1-5/+6
2013-09-19doc: readme: give note about what tools are still experimentalDaniel Borkmann1-2/+5
2013-07-10README: Adjust mention of sponsorsTobias Klauser1-2/+3
2013-06-24README, INSTALL: minor: Remove trailing whitespacesTobias Klauser1-2/+2
2013-06-15docs: readme: also stress bpf seccomp in the README pageDaniel Borkmann1-1/+1
2013-05-27docs: readme: just shortly also mention JIT disassemblerDaniel Borkmann1-1/+1
2013-04-11docs: readme: add steps to verify a Git releaseDaniel Borkmann1-15/+16
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+58
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 'arch')