]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rcu-tasks: Don't delete holdouts within trc_inspect_reader()
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 25 May 2021 17:12:45 +0000 (10:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Jul 2021 06:13:46 +0000 (08:13 +0200)
commit1dccf9d5a7245de250e7efb17776fca54bb1f74f
tree7cf5b4afe8cb1c23f5fcbd1939a610e2722df306
parent83af97f615276a2788b7e7881d92bfccca11bcae
rcu-tasks: Don't delete holdouts within trc_inspect_reader()

[ Upstream commit 1d10bf55d85d34eb73dd8263635f43fd72135d2d ]

As Yanfei pointed out, although invoking trc_del_holdout() is safe
from the viewpoint of the integrity of the holdout list itself,
the put_task_struct() invoked by trc_del_holdout() can result in
use-after-free errors due to later accesses to this task_struct structure
by the RCU Tasks Trace grace-period kthread.

This commit therefore removes this call to trc_del_holdout() from
trc_inspect_reader() in favor of the grace-period thread's existing call
to trc_del_holdout(), thus eliminating that particular class of
use-after-free errors.

Reported-by: "Xu, Yanfei" <yanfei.xu@windriver.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/rcu/tasks.h