diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-11-28 13:59:25 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-11-28 16:16:08 +0100 |
commit | 52cf373c37a684f8fc279d541307fad39d206376 (patch) | |
tree | 27b35f9e9d446388dd018f583f8bf080774875f3 /Documentation/arm64 | |
parent | debug cgroup: use task_css_set instead of rcu_dereference (diff) | |
download | linux-52cf373c37a684f8fc279d541307fad39d206376.tar.xz linux-52cf373c37a684f8fc279d541307fad39d206376.zip |
cgroup: properly init u64_stats
Lockdep complains that the stats update is trying to register a non-static
key. This is because u64_stats are using a seqlock on 32bit arches, which
needs to be initialized before usage.
Fixes: 041cd640b2f3 (cgroup: Implement cgroup2 basic CPU usage accounting)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/arm64')
0 files changed, 0 insertions, 0 deletions