Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fixes from Tejun Heo: "This contains the cgroup.procs permission check fixes so that they use the credentials at the time of open rather than write, which also fixes the cgroup namespace lifetime bug" * 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: selftests: cgroup: Test open-time cgroup namespace usage for migration checks selftests: cgroup: Test open-time credential usage for migration checks selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644 cgroup: Use open-time cgroup namespace for process migration perm checks cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv cgroup: Use open-time credentials for process migraton perm checks
Showing
- kernel/cgroup/cgroup-internal.h 19 additions, 0 deletionskernel/cgroup/cgroup-internal.h
- kernel/cgroup/cgroup-v1.c 18 additions, 15 deletionskernel/cgroup/cgroup-v1.c
- kernel/cgroup/cgroup.c 60 additions, 28 deletionskernel/cgroup/cgroup.c
- tools/testing/selftests/cgroup/cgroup_util.c 1 addition, 1 deletiontools/testing/selftests/cgroup/cgroup_util.c
- tools/testing/selftests/cgroup/test_core.c 165 additions, 0 deletionstools/testing/selftests/cgroup/test_core.c
Please register or sign in to comment