๐Ÿ” CVE Alert

CVE-2026-43115

UNKNOWN 0.0

srcu: Use irq_work to start GP in tiny SRCU

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irq_work to start GP in tiny SRCU Tiny SRCU's srcu_gp_start_if_needed() directly calls schedule_work(), which acquires the workqueue pool->lock. This causes a lockdep splat when call_srcu() is called with a scheduler lock held, due to: call_srcu() [holding pi_lock] srcu_gp_start_if_needed() schedule_work() -> pool->lock workqueue_init() / create_worker() [holding pool->lock] wake_up_process() -> try_to_wake_up() -> pi_lock Also add irq_work_sync() to cleanup_srcu_struct() to prevent a use-after-free if a queued irq_work fires after cleanup begins. Tested with rcutorture SRCU-T and no lockdep warnings. [ Thanks to Boqun for similar fix in patch "rcu: Use an intermediate irq_work to start process_srcu()" ]

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 6, 2026
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
d8be81735aa89413b333de488251f0e64e2be591 < bb37286db65368cb72ba8757ad86299c4e4a73fc d8be81735aa89413b333de488251f0e64e2be591 < a6fc88b22bc8d12ad52e8412c667ec0f5bf055af
Linux / Linux
4.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/bb37286db65368cb72ba8757ad86299c4e4a73fc git.kernel.org: https://git.kernel.org/stable/c/a6fc88b22bc8d12ad52e8412c667ec0f5bf055af