arch_topology: Do not set llc_sibling if llc_id is invalid
stable inclusion from stable-v5.10.114 commit bdc3ad925131d9587e64e21ce5e2346f855f21eb category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I5IY1V Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bdc3ad925131d9587e64e21ce5e2346f855f21eb -------------------------------- commit 1dc9f1a6 upstream. When ACPI is not enabled, cpuid_topo->llc_id = cpu_topo->llc_id = -1, which will set llc_sibling 0xff(...), this is misleading. Don't set llc_sibling(default 0) if we don't know the cache topology. Reviewed-by:Sudeep Holla <sudeep.holla@arm.com> Signed-off-by:
Wang Qing <wangqing@vivo.com> Fixes: 37c3ec2d ("arm64: topology: divorce MC scheduling domain from core_siblings") Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/1649644580-54626-1-git-send-email-wangqing@vivo.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment