aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/deadline.h
diff options
context:
space:
mode:
authorChengming Zhou <zhouchengming@bytedance.com>2022-03-05 11:41:03 +0800
committerPeter Zijlstra <peterz@infradead.org>2022-03-12 13:22:11 +0100
commitf2aa197e4794bf4c2c0c9570684f86e6fa103e8b (patch)
treec323b08b3aac444c3cd794a2ce1f260c083572a1 /include/linux/sched/deadline.h
parentsched/preempt: Tell about PREEMPT_DYNAMIC on kernel headers (diff)
downloadlinux-dev-f2aa197e4794bf4c2c0c9570684f86e6fa103e8b.tar.xz
linux-dev-f2aa197e4794bf4c2c0c9570684f86e6fa103e8b.zip
cgroup: Fix suspicious rcu_dereference_check() usage warning
task_css_set_check() will use rcu_dereference_check() to check for rcu_read_lock_held() on the read-side, which is not true after commit dc6e0818bc9a ("sched/cpuacct: Optimize away RCU read lock"). This commit drop explicit rcu_read_lock(), change to RCU-sched read-side critical section. So fix the RCU warning by adding check for rcu_read_lock_sched_held(). Fixes: dc6e0818bc9a ("sched/cpuacct: Optimize away RCU read lock") Reported-by: Linux Kernel Functional Testing <lkft@linaro.org> Reported-by: syzbot+16e3f2c77e7c5a0113f9@syzkaller.appspotmail.com Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Tejun Heo <tj@kernel.org> Tested-by: Zhouyi Zhou <zhouzhouyi@gmail.com> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20220305034103.57123-1-zhouchengming@bytedance.com
Diffstat (limited to 'include/linux/sched/deadline.h')
0 files changed, 0 insertions, 0 deletions