]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Jan 2022 23:58:06 +0000 (15:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Jan 2022 23:58:06 +0000 (15:58 -0800)
commitab8c6f20c2a3750203ddb73ba02bf94f3b4f10f8
treecf9e3336b6d3b95551526c7213d906e9b588a715
parent470c9a61d651d20873e89814e4b71e5553859a65
parent175150796914246af3951fe19b0a2801730cbfd4
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