Commit 1bd2b976 authored by Roberto Sassu's avatar Roberto Sassu Committed by Chen Zhongjin
Browse files

um: Add winch to winch_handlers before registering winch IRQ

stable inclusion
from stable-v4.19.316
commit 66ea9a7c6824821476914bed21a476cd20094f33
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/IA7YJR
CVE: CVE-2024-39292

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=66ea9a7c6824821476914bed21a476cd20094f33



--------------------------------

[ Upstream commit a0fbbd36c156b9f7b2276871d499c9943dfe5101 ]

Registering a winch IRQ is racy, an interrupt may occur before the winch is
added to the winch_handlers list.

If that happens, register_winch_irq() adds to that list a winch that is
scheduled to be (or has already been) freed, causing a panic later in
winch_cleanup().

Avoid the race by adding the winch to the winch_handlers list before
registering the IRQ, and rolling back if um_request_irq() fails.

Fixes: 42a359e3 ("uml: SIGIO support cleanup")
Signed-off-by: default avatarRoberto Sassu <roberto.sassu@huawei.com>
Reviewed-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarChen Zhongjin <chenzhongjin@huawei.com>
parent 2acc543f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment