]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: sched: consistently use rcu_replace_pointer() in taprio_change()
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 4 Sep 2024 11:54:01 +0000 (14:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:25 +0000 (15:11 +0200)
commitd1e08ebca617b4b265eac6f820d400e241c37c46
tree317c7e3600a34ff34ccb126c82062d5832288db8
parent5ee8ee672aa7a12eb60a64caac59a5780f34358d
net: sched: consistently use rcu_replace_pointer() in taprio_change()

[ Upstream commit d5c4546062fd6f5dbce575c7ea52ad66d1968678 ]

According to Vinicius (and carefully looking through the whole
https://syzkaller.appspot.com/bug?extid=b65e0af58423fc8a73aa
once again), txtime branch of 'taprio_change()' is not going to
race against 'advance_sched()'. But using 'rcu_replace_pointer()'
in the former may be a good idea as well.

Suggested-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/sched/sch_taprio.c