On Thu, Apr 03, 2025 at 06:10:50PM -0700, JP Kobryn wrote: > --- a/kernel/cgroup/rstat.c > +++ b/kernel/cgroup/rstat.c ... > static inline void __css_rstat_lock(struct cgroup_subsys_state *css, > int cpu_in_loop) > - __acquires(&cgroup_rstat_lock) > + __acquires(lock) Maybe __acquires(ss_rstat_lock(css->ss)) It shouldn't matter anyway but that may be more specific than a generic 'lock' expression [1]. Besides that this patch LGTM. Michal [1] https://sparse.docs.kernel.org/en/latest/annotations.html#context-ctxt-entry-exit