On Thu, Jul 31, 2025 at 12:27:34PM -0700, JP Kobryn wrote:
> This function
Name the function i.e. css_rstat_exit()
> may be called asynchronously in scenarios where preceding
> calls to css_rstat_init() have not completed.
Explain some (or just one) of these scenarios in the commit.
> Return early in this case.
>
> Signed-off-by: JP Kobryn <inwardvessel@gmail.com>
> Suggested-by: Michal Koutný <mkoutny@suse.com>
> Fixes: 5da3bfa029d68 ("cgroup: use separate rstat trees for each subsystem")
> Reported-by: syzbot+8d052e8b99e40bc625ed@syzkaller.appspotmail.com
With the updated commit message, please include:
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>