CVE-2022-48845

Source
https://cve.org/CVERecord?id=CVE-2022-48845
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48845.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48845
Downstream
Published
2024-07-16T12:25:14.489Z
Modified
2026-03-20T11:24:38.588769Z
Summary
MIPS: smp: fill in sibling and core maps earlier
Details

In the Linux kernel, the following vulnerability has been resolved:

MIPS: smp: fill in sibling and core maps earlier

After enabling CONFIGSCHEDCORE (landed during 5.14 cycle), 2-core 2-thread-per-core interAptiv (CPS-driven) started emitting the following:

[ 0.025698] CPU1 revision is: 0001a120 (MIPS interAptiv (multi)) [ 0.048183] ------------[ cut here ]------------ [ 0.048187] WARNING: CPU: 1 PID: 0 at kernel/sched/core.c:6025 schedcorecpustarting+0x198/0x240 [ 0.048220] Modules linked in: [ 0.048233] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.17.0-rc3+ #35 b7b319f24073fd9a3c2aa7ad15fb7993eec0b26f [ 0.048247] Stack : 817f0000 00000004 327804c8 810eb050 00000000 00000004 00000000 c314fdd1 [ 0.048278] 830cbd64 819c0000 81800000 817f0000 83070bf4 00000001 830cbd08 00000000 [ 0.048307] 00000000 00000000 815fcbc4 00000000 00000000 00000000 00000000 00000000 [ 0.048334] 00000000 00000000 00000000 00000000 817f0000 00000000 00000000 817f6f34 [ 0.048361] 817f0000 818a3c00 817f0000 00000004 00000000 00000000 4dc33260 0018c933 [ 0.048389] ... [ 0.048396] Call Trace: [ 0.048399] [<8105a7bc>] showstack+0x3c/0x140 [ 0.048424] [<8131c2a0>] dumpstacklvl+0x60/0x80 [ 0.048440] [<8108b5c0>] _warn+0xc0/0xf4 [ 0.048454] [<8108b658>] warnslowpathfmt+0x64/0x10c [ 0.048467] [<810bd418>] schedcorecpustarting+0x198/0x240 [ 0.048483] [<810c6514>] schedcpustarting+0x14/0x80 [ 0.048497] [<8108c0f8>] cpuhpinvokecallbackrange+0x78/0x140 [ 0.048510] [<8108d914>] notifycpustarting+0x94/0x140 [ 0.048523] [<8106593c>] startsecondary+0xbc/0x280 [ 0.048539] [ 0.048543] ---[ end trace 0000000000000000 ]--- [ 0.048636] Synchronize counters for CPU 1: done.

...for each but CPU 0/boot. Basic debug printks right before the mentioned line say:

[ 0.048170] CPU: 1, smt_mask:

So smtmask, which is sibling mask obviously, is empty when entering the function. This is critical, as schedcorecpustarting() calculates core-scheduling parameters only once per CPU start, and it's crucial to have all the parameters filled in at that moment (at least it uses cpusmtmask() which in fact is &cpu_sibling_map[cpu] on MIPS).

A bit of debugging led me to that setcpusiblingmap() performing the actual map calculation, was being invocated after notifycpustart(), and exactly the latter function starts CPU HP callback round (schedcorecpustarting() is basically a CPU HP callback). While the flow is same on ARM64 (maps after the notifier, although before calling setcpuonline()), x86 started calculating sibling maps earlier than starting the CPU HP callbacks in Linux 4.14 (see [0] for the reference). Neither me nor my brief tests couldn't find any potential caveats in calculating the maps right after performing delay calibration, but the WARN splat is now gone. The very same debug prints now yield exactly what I expected from them:

[ 0.048433] CPU: 1, smt_mask: 0-1

[0] https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git/commit/?id=76ce7cfe35ef

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/48xxx/CVE-2022-48845.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e545a6140b698b2494daf0b32107bdcc5e901390
Fixed
7315f8538db009605ffba00370678142ef00ac98
Fixed
32813321f18d5432cec1b1a6ecc964f9ea26d565
Fixed
56eaacb8137ba2071ce48d4e3d91979270e139a7
Fixed
c2420bc3333111184cdcb112282d13afe1338dd7
Fixed
e8ad9ecc406974deb5e7c070f51cc1d09d21dc4b
Fixed
be538b764a46be1d0700fd3b6e82fb76bd17f13a
Fixed
94647aec80d03d6914aa664b7b8e103cd9d63239
Fixed
f2703def339c793674010cc9f01bfe4980231808

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48845.json"