]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
sched/core: Fix comparison in sched_group_cookie_match()
authorLin Shengwang <linshengwang1@huawei.com>
Sat, 8 Oct 2022 02:27:09 +0000 (10:27 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 28 Nov 2022 14:18:11 +0000 (15:18 +0100)
commit19040aba27f306db26bf906d86ea9192ce630141
treeae9d8b6ed13b70448d851f4bb9a4717fc4e6b08c
parent3738a58db3c4dbef7f99fd9299d766f85d6f7e6b
sched/core: Fix comparison in sched_group_cookie_match()

BugLink: https://bugs.launchpad.net/bugs/1997981
[ Upstream commit e705968dd687574b6ca3ebe772683d5642759132 ]

In commit 97886d9dcd86 ("sched: Migration changes for core scheduling"),
sched_group_cookie_match() was added to help determine if a cookie
matches the core state.

However, while it iterates the SMT group, it fails to actually use the
RQ for each of the CPUs iterated, use cpu_rq(cpu) instead of rq to fix
things.

Fixes: 97886d9dcd86 ("sched: Migration changes for core scheduling")
Signed-off-by: Lin Shengwang <linshengwang1@huawei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20221008022709.642-1-linshengwang1@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
kernel/sched/sched.h