Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo: - tracepoints for basic cgroup management operations added - kernfs and cgroup path formatting functions updated to behave in the style of strlcpy() - non-critical bug fixes * 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_release_agent() cpuset: fix error handling regression in proc_cpuset_show() cgroup: add tracepoints for basic operations cgroup: make cgroup_path() and friends behave in the style of strlcpy() kernfs: remove kernfs_path_len() kernfs: make kernfs_path*() behave in the style of strlcpy() kernfs: add dummy implementation of kernfs_path_from_node()
Showing
- block/blk-cgroup.c 1 addition, 3 deletionsblock/blk-cgroup.c
- fs/kernfs/dir.c 17 additions, 67 deletionsfs/kernfs/dir.c
- fs/sysfs/dir.c 3 additions, 3 deletionsfs/sysfs/dir.c
- include/linux/blk-cgroup.h 1 addition, 10 deletionsinclude/linux/blk-cgroup.h
- include/linux/cgroup.h 4 additions, 5 deletionsinclude/linux/cgroup.h
- include/linux/kernfs.h 20 additions, 8 deletionsinclude/linux/kernfs.h
- include/trace/events/cgroup.h 163 additions, 0 deletionsinclude/trace/events/cgroup.h
- kernel/cgroup.c 48 additions, 27 deletionskernel/cgroup.c
- kernel/cpuset.c 7 additions, 6 deletionskernel/cpuset.c
- kernel/sched/debug.c 2 additions, 1 deletionkernel/sched/debug.c
Please register or sign in to comment