Revert "parisc: Only list existing CPUs in cpu_possible_mask"
authorHelge Deller <deller@gmx.de>
Mon, 5 Feb 2024 09:39:20 +0000 (10:39 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 6 Feb 2024 23:13:21 +0000 (00:13 +0100)
commit82b143aeb169b8b55798d7d2063032e1a6ceeeb0
treeb2a1e876773ad2c8f6d58b27bedf18aebe5f1b1e
parent54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478
Revert "parisc: Only list existing CPUs in cpu_possible_mask"

This reverts commit 0921244f6f4f0d05698b953fe632a99b38907226.

It broke CPU hotplugging because it modifies the __cpu_possible_mask
after bootup, so that it will be different than nr_cpu_ids, which
then effictively breaks the workqueue setup code and triggers crashes
when shutting down CPUs at runtime.

Guenter was the first who noticed the wrong values in __cpu_possible_mask,
since the cpumask Kunit tests were failig.

Reverting this commit fixes both issues, but sadly brings back this
uncritical runtime warning:
register_cpu_capacity_sysctl: too early to get CPU4 device!

Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lkml.org/lkml/2024/2/4/146
Link: https://lore.kernel.org/lkml/Zb0mbHlIud_bqftx@slm.duckdns.org/t/
Cc: stable@vger.kernel.org # 6.0+
arch/parisc/kernel/processor.c