๐Ÿ” CVE Alert

CVE-2025-38522

UNKNOWN 0.0

sched/ext: Prevent update_locked_rq() calls with NULL rq

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent update_locked_rq() calls with NULL rq Avoid invoking update_locked_rq() when the runqueue (rq) pointer is NULL in the SCX_CALL_OP and SCX_CALL_OP_RET macros. Previously, calling update_locked_rq(NULL) with preemption enabled could trigger the following warning: BUG: using __this_cpu_write() in preemptible [00000000] This happens because __this_cpu_write() is unsafe to use in preemptible context. rq is NULL when an ops invoked from an unlocked context. In such cases, we don't need to store any rq, since the value should already be NULL (unlocked). Ensure that update_locked_rq() is only called when rq is non-NULL, preventing calling __this_cpu_write() on preemptible context.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 16, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
18853ba782bef65fc81ef2b3370382e5b479c5eb < 237c43037b336e36a49eb9f2daac1c7719ec7f8b 18853ba782bef65fc81ef2b3370382e5b479c5eb < e14fd98c6d66cb76694b12c05768e4f9e8c95664
Linux / Linux
6.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/237c43037b336e36a49eb9f2daac1c7719ec7f8b git.kernel.org: https://git.kernel.org/stable/c/e14fd98c6d66cb76694b12c05768e4f9e8c95664