From: Linus Torvalds Date: Tue, 10 Mar 2020 22:05:45 +0000 (-0700) Subject: Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... X-Git-Tag: v5.10.7~3093 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e941484541036ba3652b658ed5536c7bca5bdb89;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'for-5.6-fixes' of git://git./linux/kernel/git/tj/cgroup Pull cgroup fixes from Tejun Heo: - cgroup.procs listing related fixes. It didn't interlock properly with exiting tasks leaving a short window where a cgroup has empty cgroup.procs but still can't be removed and misbehaved on short reads. - psi_show() crash fix on 32bit ino archs - Empty release_agent handling fix * 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup1: don't call release_agent when it is "" cgroup: fix psi_show() crash on 32bit ino archs cgroup: Iterate tasks that did not finish do_exit() cgroup: cgroup_procs_next should increase position index cgroup-v1: cgroup_pidlist_next should update position index --- e941484541036ba3652b658ed5536c7bca5bdb89