CVE-2026-89519

Source
https://cve.org/CVERecord?id=CVE-2026-89519
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89519.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89519
Downstream
Published
2026-09-11T19:44:01Z
Modified
2026-09-13T03:47:19Z
Summary
sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return
Details

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

sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return

SCX_RQ_BAL_KEEP tells the pick to keep running the previous task, a leftover from when balancing and picking were separate operations. An rq-level flag only works while dispatches and picks pair up one to one, which core scheduling breaks: selections interleave through dispatch's lock drops and a pick can consume a stale flag, keeping a task that has since been dequeued. Fixing core scheduling support requires the decision to travel with the dispatch that made it. Make scx_dispatch_sched() and balance_one() return an explicit verdict instead and drop the flag's plumbing from the tools autogen enum headers.

Also factor the pick-side invocation, its follow-up queueing and the post-dispatch checks out of do_pick_task_scx() into dispatch_pick(). No functional changes intended.

v2: Drop the SCX_RQ_BAL_KEEP plumbing from the tools autogen enum headers as well (Andrea).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89519.json"
}
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
4c95380701f58b8112f0b891de8d160e4199e19d
Fixed
6f1d3bfe54430f8d54e0530a27f2ecbf8466576e
Fixed
ffaab58d217581cb75353168f8812a16e10463fc

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89519.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89519.json"